@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

}

.pure:before,
.pure:after {
	content: " ";
	display: table;
}

.pure:after {
	clear: both;
}

p {
	word-break: break-all;
	text-align: justify;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	color: #333;
	line-height: 1.5;
	overflow-x: hidden;
}

ol,
ul,
li {
	list-style-type: none;
	vertical-align: middle;
}

img {
	vertical-align: top;
	border: 0;
}

input,
select,
textarea,
button {
	vertical-align: middle;
}

textarea,
input {
	/*text-indent: 10px;*/
}

/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
	text-indent: 0;
	text-align: center;
	cursor: pointer;
}

label,
button,
a {
	cursor: pointer;
}

ins,
em,
b,
i {
	text-decoration: none;
	font-style: normal;
}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
	outline: none;
}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
	color: #999;
	transition: color .5s;
}

/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
	color: #c2c2c2;
}

#job1,
#job1-1,
#job1-2,
#about1,
#about1-1,
#idea,
#idea1,
#idea2,
#fact,
#factory2,
#factory3,
#factory4 {
	padding-top: 80px;
	margin-top: -80px;
}

/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}

/* a_link */
a {
	color: inherit;
	text-decoration: none;
	transition: color .3s;
}

a[href] {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	cursor: pointer;

}

a:focus {
	background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
	font-weight: normal;
}

a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	font-size: 14px;
	margin: 0;
	padding: 0;
}


font {
	font-size: inherit;
	font-style: inherit;
	color: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/*用来解决在安卓上的点击出现篮框问题*/
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
	height: 100%;
	width: 100%;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px;
}

body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
	display: none;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
	background-color: #eee;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
	background-color: #eee;
}

/*滚动动画的样式*/
/*.disable-hover {*/
/*pointer-events: none;*/
/*}*/
.scroll-animate.animated {
	visibility: hidden;
}

.font-fadeIn font {
	display: inline-block;
	min-width: 10px;
}

.scrolly {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

/* 浮动与清浮动 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.cl::after {
	content: '\20';
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.text_overflow {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

[data-ahref] {
	cursor: pointer;
}

html {
	font-size: 100px;
}

/* 初始定义 */
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GOTHAMBOLD.TTF');
}

@font-face {
	font-family: 'seguisli';
	src: url('../fonts/seguisli.ttf');
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf');
}


.wc {
	color: #fff;
}

.mc {
	color: #00653b;
}

.fc {
	color: #a2bccc;
}

.gc {
	color: #d7dee4;
}

.d-gc {
	color: #7f8c94;
}

.rc {
	color: #fe0000;
}

.grc {
	color: #69b22a;
}

h1 {
	font-size: 0.36rem;
	font-weight: bold;
}

h3 {
	font-size: 0.18rem;
	font-weight: bold;
}

h4 {
	font-size: 0.16rem;
	font-weight: bold;
}

.font1 {
	font-family: 'seguisli';
}

.transi {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.color-linear {
	background: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
}

.full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.max-wid {
	width: 85%;
	max-width: 1640px;
	margin: auto;
}

.pd100 {
	padding: 100px 0;
}

.pt100 {
	padding-top: 100px;
}

/* 头部 */
header {
	position: fixed;
	top: 40px;
	left: 80px;
	width: calc(100% - 160px);
	height: 100px;
	background-color: #fff;
	z-index: 99;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 30px 0 60px;
	transition: all .3s linear;
}

header a.logo {
	display: block;
	float: left;
	margin-top: 35px;
	transition: all .3s;
}

header .nav {
	float: right;
	position: relative;
}

header .nav ul {
	float: left;
}

header .nav ul li {
	position: relative;
	float: left;
}

header .nav ul li:last-child {
	margin-right: 30px;
}

header .nav ul li::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 8px;
	width: calc(100% - 12px);
	height: 100%;
	background-color: #1068a7;
	z-index: 2;
	transform: translateX(-50px) skew(-22deg);
	opacity: 0;
	transition: all .3s;

}

header .nav ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -11px;
	width: calc(100% - 12px);
	height: 8px;
	background-color: #E1252B;
	z-index: 3;
	transform: translateX(-50px) skew(-22deg);
	opacity: 0;
	transition: all .3s;

}

header .nav ul li a {
	color: #333;
	font-size: 16px;
	position: relative;
	z-index: 4;
	transition: all .3s;
	display: block;
	height: 100px;
	padding: 0 24px;
	line-height: 100px;
}

header .nav ul li.active::before,
header .nav ul li.active::after,
header .nav ul li:hover::before,
header .nav ul li:hover::after {
	opacity: 1;
	transform: translateX(0) skew(-22deg);
}

header .nav ul li.active a,
header .nav ul li:hover a {
	color: #fff;
}

header .nav ul li .xl {
	display: none;
	position: absolute;
	top: 100px;
	width: 100%;
	left: 50%;
	margin-left: -67px;
}

header .nav ul li:nth-child(2) .xl {
	width: 116px;
	margin-left: -76px;
}

header .nav ul li:nth-child(3) .xl {
	width: 100px;
	margin-left: -69px;
}

header .nav ul li:nth-child(4) .xl {
	width: 116px;
	margin-left: -76px;
}

header .nav ul li:nth-child(5) .xl {
	width: 100px;
	margin-left: -69px;
}

header .nav ul li .xl a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	color: #333;
	padding: 0;
}

header .nav ul li .xl a:hover {
	background-color: #1068a7;
	color: #fff;
}


header .other {
	padding-left: 40px;
	position: relative;
	float: left;
	height: 100px;
	padding-top: 40px;
	transition: all .3s;
}

header .other::before {
	content: '';
	width: 1px;
	height: 24px;
	background-color: rgba(112, 112, 122, 0.24);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

header .other a {
	display: block;
	float: left;
	margin-right: 30px;

}

header .other a.lang {
	width: 20px;
	height: 20px;
	background-image: url(../images/lang-ico.png);
}

header .other a.ser {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/ser-ico.png);
}

header .other div.group {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/group-ico.png);
	position: relative;
	float: left;
	margin-right: 30px;
	cursor: pointer;
}
header .other div.group .xl{
    display: none;
    background-color: #fff;
    position: absolute;
    width: 140px;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
    top:50px;
}
header .other div.group .xl a{
    display: block;
    font-size:14px;
    height:40px;
    line-height: 40px;
    float: none;
    margin-right: 0;
    position: relative;
}
header .other div.group .xl a::before{
    content: '';
    display: block;
    width: 80%;
    height:1px;
    background-color: #f1f1f1;
    position: absolute;
    left:10%;
    bottom:0;
}

header .other a.nav-ico {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/nav-ico.png);
	margin-right: 0;
}

header.fix {
	width: 100%;
}

header.fix {
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	border-radius: 0;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}

header.fix a.logo {
	margin-top: 22px;
}


header.fix .nav ul li a {
	height: 80px;
	line-height: 80px;
}

header.fix .nav ul li::after {
	left: -7px;
}

header.fix .other {
	height: 80px;
	padding-top: 30px;
}

header.fix .nav ul li .xl {
	top: 80px;
	margin-left: -65px;
}

header.fix .nav ul li .xl a {
	height: 40px;
	line-height: 40px;
}

header.fix .nav ul li:nth-child(2) .xl {

	margin-left: -72px;
}

header.fix .nav ul li:nth-child(3) .xl {

	margin-left: -65px;
}

header.fix .nav ul li:nth-child(4) .xl {

	margin-left: -72px;
}

header.fix .nav ul li:nth-child(5) .xl {

	margin-left: -65px;
}

/* 头部弹出 */
.h-tc {
	width: 100vw;
	height: 100vh;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.h-tc dl {
	width: 25%;
	text-align: center;
	position: relative;
	cursor: pointer;
	height: 100vh;
}

.h-tc dl::before {
	content: '';
	width: 100%;
	height: 0;
	background-color: #0F6F39;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all .3s;
}

.h-tc dl::after {
	content: '';
	width: 100%;
	height: 0;
	background-color: #E1252B;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	transition: all .3s;
}

.h-tc dl dt {
	padding-top: 200px;
	position: relative;
	z-index: 4;
}

.h-tc dl dt h3 {
	font-weight: bold;
	color: #333;
	font-size: 40px;
	margin-bottom: 20px;
	transition: all .3s;
}

.h-tc dl dt p {
	font-size: 24px;
	color: #E2E2E2;
	text-align: center;
	font-family: 'seguisli';
	transition: all .3s;
}

.h-tc dl dd {
	margin-top: 90px;
	position: relative;
	z-index: 4;
}

.h-tc dl dd a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 40px;
}

.h-tc dl i {
	display: block;
	width: 160px;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: 117px;
	z-index: 3;
}

.h-tc dl:hover::before {
	height: 100%;
}

.h-tc dl:hover::after {
	height: 20px;
}

.h-tc dl:hover dt h3 {
	color: #fff;
}

.h-tc dl:hover dt p {
	color: #fff;
}

.h-tc a.close {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/h-tc-close.png);
	position: absolute;
	top: 50px;
	right: 80px;
	z-index: 6;
	transition: all .3s;
}

.h-tc a.close:hover {
	transform: rotate(90deg);
}

/* 首页banner */
.webGL-slider {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 5;
}

.webGL-slider>img {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.webGL-slider canvas {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	transform-origin: 50% 50%;
}

.webGL-slider .pagination {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(7.5% + 34px);
	z-index: 6;
}

.webGL-slider .pagination:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 45px;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #ffffff;
}

.webGL-slider .pagination>[data-slide] {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	position: relative;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
	outline: none;
	padding-bottom: 80px;
}

.webGL-slider .pagination>[data-slide]>span {
	position: absolute;
	top: 0;
	height: 1px;
	width: 15px;
	background-color: rgba(255, 255, 255, 0.3);
	left: 30px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(1) {
	width: 25px;
	top: 10px;
	left: 20px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(2) {
	top: 18px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(3) {
	top: 26px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(4) {
	top: 34px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(5) {
	top: 42px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(6) {
	top: 50px;
	width: 20px;
	left: 25px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(7) {
	top: 58px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(8) {
	top: 66px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(9) {
	top: 74px;
}

.webGL-slider .pagination>[data-slide]>span:nth-of-type(10) {
	top: 82px;
}

.webGL-slider .pagination>[data-slide].lat {
	padding-bottom: 22px;
}

.webGL-slider .pagination>[data-slide].lat>span {
	display: none;
}

.webGL-slider .pagination>[data-slide].lat>span:nth-of-type(1) {
	display: inline-block;
	width: 25px;
	top: 11px;
	left: 20px;
}

.webGL-slider .pagination>[data-slide].lat2>span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go {
	color: #ffffff;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span {
	background-color: #ffffff;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(1) {
	transition-delay: 0s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(2) {
	transition-delay: 0.4s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(3) {
	transition-delay: 0.8s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(4) {
	transition-delay: 1.2s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(5) {
	transition-delay: 1.6s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(6) {
	transition-delay: 2.0s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(7) {
	transition-delay: 2.4s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(8) {
	transition-delay: 2.8s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(9) {
	transition-delay: 3.2s;
}

.webGL-slider .pagination>[data-slide]:nth-of-type(2).go>span:nth-of-type(10) {
	transition-delay: 3.6s;
}

.webGL-slider .pagination>[data-slide].on {
	color: #ffffff;
}

.webGL-slider .pagination>[data-slide].on>span {
	background-color: #ffffff;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(1) {
	transition-delay: 0s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(2) {
	transition-delay: 0.4s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(3) {
	transition-delay: 0.8s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(4) {
	transition-delay: 1.2s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(5) {
	transition-delay: 1.6s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(6) {
	transition-delay: 2.0s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(7) {
	transition-delay: 2.4s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(8) {
	transition-delay: 2.8s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(9) {
	transition-delay: 3.2s;
}

.webGL-slider .pagination>[data-slide].on>span:nth-of-type(10) {
	transition-delay: 3.6s;
}

.webGL-slider .anniu {
	position: absolute;
	right: 7.5%;
	bottom: 60px;
	z-index: 7;
	width: 124px;
}

.webGL-slider .anniu a {
	display: block;
	position: relative;
	width: 62px;
	height: 36px;
	background-image: url(../images/anniu-bg.png);
	transition: all .3s;
	float: left;
}

.webGL-slider .anniu a.move-prev i {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(../images/prev-ico.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.5px;
	margin-top: -4.5px;
	z-index: 3;
	transition: all .3s;
}

.webGL-slider .anniu a.move-next i {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(../images/next-ico.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.5px;
	margin-top: -4.5px;
	z-index: 3;
	transition: all .3s;
}

.webGL-slider .anniu a:hover {
	background-image: url(../images/anniu-bg1.png);
}

.webGL-slider .anniu a.move-prev:hover i {
	background-image: url(../images/prev-ico1.png);
}

.webGL-slider .anniu a.move-next:hover i {
	background-image: url(../images/next-ico1.png);
}

.webGL-slider .gd-ico {
	position: absolute;
	left: 7.5%;
	bottom: 60px;
	z-index: 7;
	text-align: center;
	color: #999999;
	font-size: 16px;
	cursor: pointer;
	animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.webGL-slider .gd-ico p {
	margin-top: 15px;
	color: #fff;
}





/*animate补充动画*/
@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
	from {
		opacity: 1;
		transform: none;
	}

	to {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}

.scaleIn {
	animation-name: scaleIn;
}

.fadeIn {
	animation-delay: 0.3s;
	animation-timing-function: linear;
}

.f-160 {
	font-size: 160px;
}

.f-60 {
	font-size: 58px;
}

.f-50 {
	font-size: 50px;
}

.f-48 {
	font-size: 48px;
}

.f-46 {
	font-size: 46px;
}

.f-44 {
	font-size: 44px;
}

.f-42 {
	font-size: 42px;
}

.f-40 {
	font-size: 40px;
}

.f-38 {
	font-size: 38px;
}

.f-36 {
	font-size: 36px;
}

.f-34 {
	font-size: 34px;
}

.f-32 {
	font-size: 32px;
}

.f-30 {
	font-size: 30px;
}

.f-28 {
	font-size: 28px;
}

.f-26 {
	font-size: 26px;
}

.f-24 {
	font-size: 24px;
}

.f-22 {
	font-size: 22px;
}

.f-20 {
	font-size: 20px;
}

.f-18 {
	font-size: 18px;
}

.f-16 {
	font-size: 16px;
}

.f-14 {
	font-size: 14px;
}

.f-12 {
	font-size: 12px;
}

.f-light {
	font-weight: lighter;
}

.f-bold {
	font-weight: bold;
}

.f-500 {
	font-weight: 500;
}

.f-i {
	font-style: italic;
}

.f-left {
	text-align: left;
}

.f-center {
	text-align: center;
}

.f-right {
	text-align: right;
}

.up-word {
	text-transform: uppercase;
}

.v-show {
	visibility: visible;
}

.v-hide {
	visibility: hidden;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.back-cover {
	background-size: cover;
}

.back-contain {
	background-size: contain;
}

.wid-10 {
	width: 10%;
}

.wid-20 {
	width: 20%;
}

.wid-30 {
	width: 30%;
}

.wid-40 {
	width: 40%;
}

.wid-50 {
	width: 50%;
}

.wid-60 {
	width: 60%;
}

.wid-70 {
	width: 70%;
}

.wid-80 {
	width: 80%;
}

.wid-90 {
	width: 90%;
}

.wid-100 {
	width: 100%;
}

.op-0 {
	opacity: 0;
}

.op-1 {
	opacity: 0.1;
}

.op-2 {
	opacity: 0.2;
}

.op-3 {
	opacity: 0.3;
}

.op-4 {
	opacity: 0.4;
}

.op-5 {
	opacity: 0.5;
}

.op-6 {
	opacity: 0.6;
}

.op-7 {
	opacity: 0.7;
}

.op-8 {
	opacity: 0.8;
}

.op-9 {
	opacity: 0.9;
}

.op-10 {
	opacity: 1;
}

.layout-middle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.layout-v-middle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.layout-h-middle {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.layout-tab {
	display: table;
}

.layout-tab>.cell {
	display: table-cell;
	vertical-align: middle;
}

.mt-1 {
	margin-top: 1px;
}

.mt-3 {
	margin-top: 3px;
}

.mt-4 {
	margin-top: 4px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-6 {
	margin-top: 6px;
}

.mt-7 {
	margin-top: 7px;
}

.mt-8 {
	margin-top: 8px;
}

.mt-9 {
	margin-top: 9px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-14 {
	margin-top: 14px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-18 {
	margin-top: 18px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-22 {
	margin-top: 22px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-26 {
	margin-top: 26px;
}

.mt-28 {
	margin-top: 28px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-34 {
	margin-top: 34px;
}

.mt-36 {
	margin-top: 36px;
}

.mt-38 {
	margin-top: 38px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-42 {
	margin-top: 42px;
}

.mt-44 {
	margin-top: 44px;
}

.mt-46 {
	margin-top: 46px;
}

.mt-48 {
	margin-top: 48px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-1 {
	margin-bottom: 1px;
}

.mb-3 {
	margin-bottom: 3px;
}

.mb-4 {
	margin-bottom: 4px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-6 {
	margin-bottom: 6px;
}

.mb-7 {
	margin-bottom: 7px;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-9 {
	margin-bottom: 9px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-14 {
	margin-bottom: 14px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-18 {
	margin-bottom: 18px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-22 {
	margin-bottom: 22px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-26 {
	margin-bottom: 26px;
}

.mb-28 {
	margin-bottom: 28px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-34 {
	margin-bottom: 34px;
}

.mb-36 {
	margin-bottom: 36px;
}

.mb-38 {
	margin-bottom: 38px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-42 {
	margin-bottom: 42px;
}

.mb-44 {
	margin-bottom: 44px;
}

.mb-46 {
	margin-bottom: 46px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.ml-1 {
	margin-left: 1px;
}

.ml-3 {
	margin-left: 3px;
}

.ml-4 {
	margin-left: 4px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-6 {
	margin-left: 6px;
}

.ml-7 {
	margin-left: 7px;
}

.ml-8 {
	margin-left: 8px;
}

.ml-9 {
	margin-left: 9px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-12 {
	margin-left: 12px;
}

.ml-14 {
	margin-left: 14px;
}

.ml-16 {
	margin-left: 16px;
}

.ml-18 {
	margin-left: 18px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-22 {
	margin-left: 22px;
}

.ml-24 {
	margin-left: 24px;
}

.ml-26 {
	margin-left: 26px;
}

.ml-28 {
	margin-left: 28px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-32 {
	margin-left: 32px;
}

.ml-34 {
	margin-left: 34px;
}

.ml-36 {
	margin-left: 36px;
}

.ml-38 {
	margin-left: 38px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-42 {
	margin-left: 42px;
}

.ml-44 {
	margin-left: 44px;
}

.ml-46 {
	margin-left: 46px;
}

.ml-48 {
	margin-left: 48px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-100 {
	margin-left: 100px;
}

.mr-1 {
	margin-right: 1px;
}

.mr-3 {
	margin-right: 3px;
}

.mr-4 {
	margin-right: 4px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-6 {
	margin-right: 6px;
}

.mr-7 {
	margin-right: 7px;
}

.mr-8 {
	margin-right: 8px;
}

.mr-9 {
	margin-right: 9px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-12 {
	margin-right: 12px;
}

.mr-14 {
	margin-right: 14px;
}

.mr-16 {
	margin-right: 16px;
}

.mr-18 {
	margin-right: 18px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-22 {
	margin-right: 22px;
}

.mr-24 {
	margin-right: 24px;
}

.mr-26 {
	margin-right: 26px;
}

.mr-28 {
	margin-right: 28px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-32 {
	margin-right: 32px;
}

.mr-34 {
	margin-right: 34px;
}

.mr-36 {
	margin-right: 36px;
}

.mr-38 {
	margin-right: 38px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-42 {
	margin-right: 42px;
}

.mr-44 {
	margin-right: 44px;
}

.mr-46 {
	margin-right: 46px;
}

.mr-48 {
	margin-right: 48px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-100 {
	margin-right: 100px;
}

.pt-1 {
	padding-top: 1px;
}

.pt-3 {
	padding-top: 3px;
}

.pt-4 {
	padding-top: 4px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-6 {
	padding-top: 6px;
}

.pt-7 {
	padding-top: 7px;
}

.pt-8 {
	padding-top: 8px;
}

.pt-9 {
	padding-top: 9px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-12 {
	padding-top: 12px;
}

.pt-14 {
	padding-top: 14px;
}

.pt-16 {
	padding-top: 16px;
}

.pt-18 {
	padding-top: 18px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-22 {
	padding-top: 22px;
}

.pt-24 {
	padding-top: 24px;
}

.pt-26 {
	padding-top: 26px;
}

.pt-28 {
	padding-top: 28px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-32 {
	padding-top: 32px;
}

.pt-34 {
	padding-top: 34px;
}

.pt-36 {
	padding-top: 36px;
}

.pt-38 {
	padding-top: 38px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-42 {
	padding-top: 42px;
}

.pt-44 {
	padding-top: 44px;
}

.pt-46 {
	padding-top: 46px;
}

.pt-48 {
	padding-top: 48px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-1 {
	padding-bottom: 1px;
}

.pb-3 {
	padding-bottom: 3px;
}

.pb-4 {
	padding-bottom: 4px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-6 {
	padding-bottom: 6px;
}

.pb-7 {
	padding-bottom: 7px;
}

.pb-8 {
	padding-bottom: 8px;
}

.pb-9 {
	padding-bottom: 9px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-12 {
	padding-bottom: 12px;
}

.pb-14 {
	padding-bottom: 14px;
}

.pb-16 {
	padding-bottom: 16px;
}

.pb-18 {
	padding-bottom: 18px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-22 {
	padding-bottom: 22px;
}

.pb-24 {
	padding-bottom: 24px;
}

.pb-26 {
	padding-bottom: 26px;
}

.pb-28 {
	padding-bottom: 28px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-32 {
	padding-bottom: 32px;
}

.pb-34 {
	padding-bottom: 34px;
}

.pb-36 {
	padding-bottom: 36px;
}

.pb-38 {
	padding-bottom: 38px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-42 {
	padding-bottom: 42px;
}

.pb-44 {
	padding-bottom: 44px;
}

.pb-46 {
	padding-bottom: 46px;
}

.pb-48 {
	padding-bottom: 48px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pl-1 {
	padding-left: 1px;
}

.pl-3 {
	padding-left: 3px;
}

.pl-4 {
	padding-left: 4px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-6 {
	padding-left: 6px;
}

.pl-7 {
	padding-left: 7px;
}

.pl-8 {
	padding-left: 8px;
}

.pl-9 {
	padding-left: 9px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-12 {
	padding-left: 12px;
}

.pl-14 {
	padding-left: 14px;
}

.pl-16 {
	padding-left: 16px;
}

.pl-18 {
	padding-left: 18px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-22 {
	padding-left: 22px;
}

.pl-24 {
	padding-left: 24px;
}

.pl-26 {
	padding-left: 26px;
}

.pl-28 {
	padding-left: 28px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-32 {
	padding-left: 32px;
}

.pl-34 {
	padding-left: 34px;
}

.pl-36 {
	padding-left: 36px;
}

.pl-38 {
	padding-left: 38px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-42 {
	padding-left: 42px;
}

.pl-44 {
	padding-left: 44px;
}

.pl-46 {
	padding-left: 46px;
}

.pl-48 {
	padding-left: 48px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-100 {
	padding-left: 100px;
}

.pr-1 {
	padding-right: 1px;
}

.pr-3 {
	padding-right: 3px;
}

.pr-4 {
	padding-right: 4px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-6 {
	padding-right: 6px;
}

.pr-7 {
	padding-right: 7px;
}

.pr-8 {
	padding-right: 8px;
}

.pr-9 {
	padding-right: 9px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-12 {
	padding-right: 12px;
}

.pr-14 {
	padding-right: 14px;
}

.pr-16 {
	padding-right: 16px;
}

.pr-18 {
	padding-right: 18px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-22 {
	padding-right: 22px;
}

.pr-24 {
	padding-right: 24px;
}

.pr-26 {
	padding-right: 26px;
}

.pr-28 {
	padding-right: 28px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-32 {
	padding-right: 32px;
}

.pr-34 {
	padding-right: 34px;
}

.pr-36 {
	padding-right: 36px;
}

.pr-38 {
	padding-right: 38px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-42 {
	padding-right: 42px;
}

.pr-44 {
	padding-right: 44px;
}

.pr-46 {
	padding-right: 46px;
}

.pr-48 {
	padding-right: 48px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-100 {
	padding-right: 100px;
}

/* .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: url(../images/banner-bg.png) center repeat rgba(0, 0, 0, 0.15);
} */

.dis_bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}

.dis_bg img {
	width: 100%;
	display: block;
}

/* input:range样式 */
input[type=range] {
	-webkit-appearance: none;
	width: 300px;
	background: -webkit-linear-gradient(#059cfa, #059cfa) no-repeat;
	background-size: 0% 100%;
	border-radius: 10px;
	/*这个属性设置使填充进度条时的图形为圆角*/
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
	height: 2px;
	border-radius: 0px;
	/*将轨道设为圆角的*/
	box-shadow: 0 1px 1px #def3f8, inset 0 12px 12px #0d1112;
	/*轨道内置阴影效果*/
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 25px;
	width: 25px;
	margin-top: -12px;
	/*使滑块超出轨道部分的偏移量相等*/
	background: #69adff;
	border-radius: 50%;
	/*外观设置为圆形*/
	border: solid 0.125em rgba(205, 224, 230, 0.5);
	/*设置边框*/
	box-shadow: 0 .125em .125em #3b4547;
	/*添加底部阴影*/
}

input[type=range]::-moz-range-progress {
	background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
	height: 13px;
	border-radius: 10px;
}

input[type=range]::-ms-track {
	height: 25px;
	border-radius: 10px;
	box-shadow: 0 1px 1px #def3f8, inset 0 .125em .125em #0d1112;
	border-color: transparent;
	/*去除原有边框*/
	color: transparent;
	/*去除轨道内的竖线*/
}

input[type=range]::-ms-thumb {
	border: solid 0.125em rgba(205, 224, 230, 0.5);
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #ffffff;
	margin-top: -5px;
	box-shadow: 0 .125em .125em #3b4547;
}

input[type=range]::-ms-fill-lower {
	/*进度条已填充的部分*/
	height: 22px;
	border-radius: 10px;
	background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
}

input[type=range]::-ms-fill-upper {
	/*进度条未填充的部分*/
	height: 22px;
	border-radius: 10px;
	background: #ffffff;
}

input[type=range]:focus::-ms-fill-lower {
	background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
}

input[type=range]:focus::-ms-fill-upper {
	background: #ffffff;
}

/*基础结构*/
#bloc {
	position: relative;
	min-height: 100%;
}

#bloc #loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #34495e;
}

#bloc #loader #loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*页面结构*/
img.classGo,
.pic.classGo {
	transition: all 1.2s ease-out;
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	-ms-transition: all 1.2s ease-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	filter: blur(30px);
	visibility: visible !important;
}

img.classGo.go,
.pic.classGo.go {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0);
}

#index .row {
	padding: 0.8rem 0;
}

#index .row .title {
	display: block;
}

#index .row .title>small {
	display: inline-block;
}

#top {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

#top .indexBanner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

#top .indexBanner .webGL-slider {
	position: absolute;
	/*background-image: url(../images/banner1.jpg);*/
}

#top .indexBanner .webGL-slider .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	/* background: url(../images/banner-bg.png) center repeat rgba(0, 0, 0, 0.15); */
}

.dis_bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}

.dis_bg img {
	width: 100%;
	display: block;
}

#water {
	position: absolute;
	width: 26vw;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	z-index: 4;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	opacity: 0.8;
}

#top .indexBanner .webGL-slider .txt-item {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 6;
}

.indexBanner .webGL-slider .txt-item>li {
	position: absolute;
	top: 50%;
	left: 7.5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.indexBanner .webGL-slider .txt-item>li>a {
	position: absolute;
	display: inline-block;
	top: 30vh;
	left: 0;
}

.indexBanner .webGL-slider .txt-item>li>a>i {
	font-size: 32px;
	opacity: 0;
	vertical-align: middle;
	display: inline-block;
	animation: fadeInLeftSmall 1.5s ease forwards;
	animation-delay: 1s;
}

.indexBanner .webGL-slider .txt-item>li .word {
	margin-top: 30px;
	display: block;
	font-family: Segoe UI;
}

#index #top .indexBanner #component #water {
	position: absolute;
	width: 20vw;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	z-index: 11;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	opacity: 0.8;
}

#index #top .indexBanner #component .Tcon .txtChange {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

#index #top .indexBanner #component .Tcon .txtChange>li {
	position: absolute;
	top: 50%;
	left: 10vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#index #top .indexBanner #component .Tcon .txtChange>li>a {
	position: absolute;
	display: inline-block;
	top: 30vh;
	left: 0;
}

#index #top .indexBanner #component .Tcon .txtChange>li>a>i {
	font-size: 32px;
	opacity: 0;
	vertical-align: middle;
	display: inline-block;
	animation: fadeInLeftSmall 1.5s ease forwards;
	animation-delay: 1s;
}

#index #top .indexBanner #component .Tcon .pageChange {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5vw;
	z-index: 6;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on {
	opacity: 1;
}

#index #top .indexBanner #component .Tcon .pageChange:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 45px;
	width: 2px;
	height: calc(100% - 20px);
	background-color: #ffffff;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change] {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	position: relative;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
	outline: none;
	padding-bottom: 80px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span {
	position: absolute;
	top: 0;
	height: 2px;
	width: 15px;
	background-color: rgba(255, 255, 255, 0.3);
	left: 30px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(1) {
	width: 25px;
	top: 10px;
	left: 20px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(2) {
	top: 18px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(3) {
	top: 26px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(4) {
	top: 34px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(5) {
	top: 42px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(6) {
	top: 50px;
	width: 20px;
	left: 25px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(7) {
	top: 58px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(8) {
	top: 66px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(9) {
	top: 74px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]>span:nth-of-type(10) {
	top: 82px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].lat {
	padding-bottom: 22px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].lat>span {
	display: none;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].lat>span:nth-of-type(1) {
	display: inline-block;
	width: 25px;
	top: 10px;
	left: 20px;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].lat2>span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go {
	color: #ffffff;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span {
	background-color: #ffffff;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(1) {
	transition-delay: 0s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(2) {
	transition-delay: 0.4s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(3) {
	transition-delay: 0.8s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(4) {
	transition-delay: 1.2s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(5) {
	transition-delay: 1.6s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(6) {
	transition-delay: 2.0s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(7) {
	transition-delay: 2.4s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(8) {
	transition-delay: 2.8s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(9) {
	transition-delay: 3.2s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change]:nth-of-type(2).go>span:nth-of-type(10) {
	transition-delay: 3.6s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on {
	color: #ffffff;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span {
	background-color: #ffffff;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(1) {
	transition-delay: 0s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(2) {
	transition-delay: 0.4s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(3) {
	transition-delay: 0.8s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(4) {
	transition-delay: 1.2s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(5) {
	transition-delay: 1.6s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(6) {
	transition-delay: 2.0s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(7) {
	transition-delay: 2.4s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(8) {
	transition-delay: 2.8s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(9) {
	transition-delay: 3.2s;
}

#index #top .indexBanner #component .Tcon .pageChange>[data-change].on>span:nth-of-type(10) {
	transition-delay: 3.6s;
}

.indexBanner .scr {
	position: absolute;
	z-index: 10;
	bottom: 4vh;
	right: 5vw;
	padding-top: 90px;
	cursor: pointer;
}

.indexBanner .scr>span {
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	width: 84px;
	height: 84px;
	line-height: 84px;
	display: block;
	letter-spacing: 7px;
	transform: translateX(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) rotate(90deg);
	-moz-transform: translateX(-50%) rotate(90deg);
	-o-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
}

.indexBanner .scr #mouse {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
}

.indexBanner .scr #mouse #mouse-move {
	animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
}

/* 首页主要内容 */
.w85 {
	width: 85%;
	margin: 0 auto;
}

.i-part1 {
	width: 100%;
	padding: 60px 0;
	background-image: url(../images/index-about-bg.png);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.i-part1 .tit {
	width: 85%;
	height: 100px;
	top: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 60%;
	background-color: transparent;
}

.i-part1 .w85 {
	margin-top: 50px;
}

.title {
	position: relative;
	z-index: 3;
}

.title h3 {
	font-weight: bold;
	color: #333;
}

.title p {
	color: #D7DEE4;
	font-family: Segoe UI;
}

.title1 {
	position: relative;
	z-index: 3;
}

.title1 h3 {
	font-weight: bold;
	color: #fff;
}

.title1 p {
	color: #fff;
	font-family: Segoe UI;
}



a.more {
	display: block;
	width: 180px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	position: relative;
	text-align: center;
}

a.more span {
	position: relative;
	z-index: 4;
}

a.more::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1068a7;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

a.more::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	background-color: #E81212;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
}

a.more1 {
	display: block;
	width: 180px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #0F6F39;
	position: relative;
	text-align: center;
}

a.more1 span {
	position: relative;
	z-index: 4;
}

a.more1::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

a.more1::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	background-color: transparent;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
	border: 1px solid #fff;
}

a.more1:hover span {
	color: #fff;
}

a.more1:hover::before {
	background-color: #0F6F39;
}

a.more1:hover::after {
	background-color: #E1252B;
	border: 1px solid transparent;
}



a.more2 {
	display: block;
	width: 180px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #0F6F39;
	position: relative;
	text-align: center;
}

a.more2 span {
	position: relative;
	z-index: 4;
}

a.more2::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

a.more2::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	background-color: transparent;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
	border: 1px solid #E3E3E3;
}

a.more2:hover span {
	color: #fff;
}

a.more2:hover::before {
	background-color: #0F6F39;
	border: 1px solid transparent;
}

a.more2:hover::after {
	background-color: #E1252B;
	border: 1px solid transparent;
}


a.more3 {
	display: block;
	width: 180px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #0F6F39;
	position: relative;
	text-align: center;
}

a.more3 span {
	position: relative;
	z-index: 4;
	font-size: 18px;
	color: #333;
}

a.more3::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

a.more3::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	background-color: transparent;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
	border: 1px solid #E3E3E3;
}

a.more3:hover span {
	color: #fff;
}

a.more3:hover::before {
	background-color: #0F6F39;
	border: 1px solid transparent;
}

a.more3:hover::after {
	background-color: #E1252B;
	border: 1px solid transparent;
}

.i-part1 .w85 .left {
	position: relative;
	width: 34%;
	float: left;
	padding-bottom: 175px;
}

.i-part1 .w85 .left .title {
	text-align: left;
}

.i-part1 .w85 .left .ms {
	font-size: 16px;
	line-height: 32px;
	color: #333;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	z-index: 3;
}


.i-part1 .w85 .left a.more {
	margin-left: 24px;
	position: relative;
	z-index: 3;
}

.i-part1 .w85 .left .bg1 {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 394px;
	bottom: 100px;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100%;
	background-color: transparent;
}

.i-part1 .w85 .right {
	width: calc(66% - 70px);
	float: right;
	position: relative;
}

.i-part1 .w85 .right .sm {
	width: 565px;
	height: 565px;
	border-radius: 50%;
	border: 120px solid #E6E6E6;
	position: relative;
	z-index: 2;
}



.i-part1 .w85 .right .sm .i-logo {
	width: 109px;
	height: 29px;
	background-image: url(../images/i-part1-img2.png);
	position: absolute;
	top: 50%;
	margin-top: -14.5px;
	left: 50%;
	margin-left: -54.5px;
}


.i-part1 .w85 .right .sm::before {
	content: '';
	display: block;
	width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	border-radius: 50%;
	border: 1px dashed #1068a7;
	z-index: 2;

}



.i-part1 .w85 .right .sm .item {
	width: 241px;
	height: 206px;
	background-image: url(../images/i-part1-img3.png);
	position: absolute;
	left: -105px;
	top: -101px;
	transform: rotate(-9deg);
	cursor: pointer;
	transition: all .3s;
	z-index: 4;
}

.i-part1 .w85 .right .sm .item .word {
	color: #fff;
	transform: rotate(9deg);
	position: absolute;
	left: 110px;
	top: 60px;
	text-align: center;

}

.i-part1 .w85 .right .sm .item1 {
	width: 165px;
	height: 290px;
	background-image: url(../images/i-part1-img4.png);
	position: absolute;
	left: -118px;
	top: 44px;
	transform: rotate(-9deg);
	cursor: pointer;
	transition: all .3s;
	z-index: 4;
}

.i-part1 .w85 .right .sm .item1 .word {
	color: #fff;
	transform: rotate(9deg);
	position: absolute;
	left: 60px;
	top: 100px;
	text-align: center;
}

.i-part1 .w85 .right .sm .item2 {
	width: 245px;
	height: 211px;
	background-image: url(../images/i-part1-img5.png);
	position: absolute;
	left: -52px;
	top: 249px;
	transform: rotate(-9deg);
	cursor: pointer;
	transition: all .3s;
	z-index: 4;
}

.i-part1 .w85 .right .sm .item2 .word {
	color: #fff;
	transform: rotate(9deg);
	position: absolute;
	left: 100px;
	top: 75px;
	text-align: center;
}

.i-part1 .w85 .right .sm .item:hover {
	transform: rotate(-9deg) scale(1.05);
}

.i-part1 .w85 .right .sm .item1:hover {
	transform: rotate(-9deg) scale(1.05);
}

.i-part1 .w85 .right .sm .item2:hover {
	transform: rotate(-9deg) scale(1.05);
}


.i-part1 .w85 .right .i-video {
	position: absolute;
	right: 0;
	top: 70px;
	width: 560px;
	height: 380px;
	border-radius: 20px;
	z-index: 3;
}

.i-part1 .w85 .right .i-video::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1068a7;
	border-radius: 20px;
	position: absolute;
	right: -15px;
	top: 15px;
	z-index: 2;
}

.i-part1 .w85 .right .i-video .img {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	z-index: 3;

}

.i-part1 .w85 .right #myCanvas {
	position: absolute;
	width: 600px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	z-index: 3;
	transform: rotate(-90deg);
	transition: all 1s;
}

.i-part1 .w85 .dian {}

.i-part1 .w85 .dian i {
	box-sizing: border-box;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -37%;
	top: 11%;
	background-color: #fff;
	z-index: 4;
	border-radius: 50%;
}

.i-part1 .w85 .dian i::after {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px dashed #1068a7;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.i-part1 .w85 .dian i::before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	background-color: #1068a7;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3px;
	margin-left: -3px;
}

.i-part1 .w85 .dian i:nth-child(2) {
	top: 106%;
	left: -24%;

}

.i-part1 .w85 .dian i.active::before {
	background-color: #1068a7;
	-webkit-animation: dw 4s ease-out infinite;
	animation: dw 4s ease-out infinite;
}

.i-part1 .w85 .dian i.active::after {
	border: none;
	background-color: #1068a7;
	-webkit-animation: dw 3s ease-out infinite;
	animation: dw 3s ease-out infinite;
}

.i-part1 .w85 .right .i-video .img img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.i-part1 .w85 .right .i-video .img:hover img {
	transform: scale(1.05);
}

.i-part1 .w85 .right .i-video .paly {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #E81212;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
	cursor: pointer;
	z-index: 4;
}

.i-part1 .w85 .right .i-video .paly::before {
	content: '';
	display: block;
	width: 11px;
	height: 14px;
	background-image: url(../images/play-ico.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -5.5px;
	z-index: 3;
}

.i-part2 {
	background-color: #F8F9FB;
	position: relative;
}

.i-part2 .left {
	position: relative;
	width: 52%;
	overflow: hidden;
	z-index: 3;
}

.i-part2 .left::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 960px 0 0 90px;
	border-color: #F8F9FB transparent transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;

}

.i-part2 .left .img {
	width: 100%;
	position: relative;
}

.i-part2 .left .img img {
	display: block;
	width: 100%;
}

.i-part2 .left .word {
	position: absolute;
	left: 14%;
	top: 0;
	max-width: 540px;
	top: 50%;
	margin-top: -192px;
}

.i-part2 .left .word .ms {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	margin: 60px 0 120px 0;
	height: 64px;
	overflow: hidden;
}

.i-part2 .left .word a.more1 {
	margin-left: 24px;
}

.i-part2 .right {
	/* width: calc(62.5% + 130px); */
	width: 62.5%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}

.i-part2 .right .swiper-container {
	padding-left: 130px;
}

.i-part2 .right .swiper-slide {
	width: 550px;
	padding: 140px 0;
	transform: scale(0.8);
	position: relative;
	margin-left: -40px;
	transition: all .3s;
}

.i-part2 .right .swiper-slide-duplicate-next {
	opacity: 0;
}

.i-part2 .right .swiper-slide-prev {
	opacity: 0;
}

.i-part2 .right .swiper-slide-duplicate-prev {
	margin-left: -90px;
}

.i-part2 .right .swiper-slide-active {
	transform: scale(1);
}

.i-part2 .right .swiper-slide .img {
	width: 100%;
	position: relative;

}

.i-part2 .right .swiper-slide .img::before {
	content: '';
	width: 100%;
	height: 30%;
	position: absolute;
	left: -8.1%;
	bottom: 0;
	transform: skew(-12deg);
	background-image: linear-gradient(rgba(133, 133, 133, 0), rgba(4, 4, 4, 1));
	z-index: 2;
	opacity: 0.47;
}


.i-part2 .right .swiper-slide .img img {
	display: block;
	width: 100%;
	transform: skew(-12deg);
	margin: 0 auto;
}

.i-part2 .right .swiper-slide .word {
	color: #fff;
	position: absolute;
	bottom: 180px;
	left: 72px;
	z-index: 3;
}

.i-part2 .right .swiper-slide .word .ico {
	width: 60px;
	margin-bottom: 23px;
}

.i-part2 .right .swiper-slide .word .ico img {
	display: block;
	width: 100%;
}

.i-part2 .right .swiper-slide .word p span {
	display: inline-block;
	margin-right: 20px;
}

.i-part2 .right .swiper-slide-active .word {}

.i-part2 .right .swiper-slide-active .word .ico {
	width: 70px;
}

.i-part2 .right .btn {
	position: absolute;
	right: 10%;
	top: 100px;
	z-index: 5;
}

.i-part2 .right .btn a {
	display: inline-block;
}

.i-part2 .right .btn a.prev {
	width: 90px;
	height: 49px;
	background-image: url(../images/anniu-bg2.png);
	position: relative;
	transition: background-image .3s;
}

.i-part2 .right .btn a.prev::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/prev-ico2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -6px;
	transition: background-image .3s;
}

.i-part2 .right .btn a.next {
	width: 90px;
	height: 49px;
	background-image: url(../images/anniu-bg2.png);
	position: relative;
	transition: background-image .3s;
}

.i-part2 .right .btn a.next::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/next-ico2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -6px;
	transition: background-image .3s;
}

.i-part2 .right .btn a.prev:hover,
.i-part2 .right .btn a.next:hover {
	background-image: url(../images/anniu-bg3.png);
}

.i-part2 .right .btn a.prev:hover::before {
	background-image: url(../images/prev-ico3.png);
}

.i-part2 .right .btn a.next:hover::before {
	background-image: url(../images/next-ico3.png);
}

.i-part3 {
	padding: 80px 0;
}

.i-part3 .left {
	width: 30%;
	float: left;
	padding-top: 20px;
}

.i-part3 .left .img {
	margin-bottom: 60px;
}

.i-part3 .left .word {
	color: #333333;
	margin-bottom: 70px;
}

.i-part3 .left .word h3 {
	margin-bottom: 40px;
}

.i-part3 .left .word p {
	line-height: 30px;
	color: #666;
}

.i-part3 .left ul {
	margin-bottom: 50px;
	width: 100%;
	max-width: 400px;
}

.i-part3 .left ul li {
	position: relative;
	padding-left: 90px;
	height: 57px;
	float: left;
	margin-bottom: 80px;
	cursor: pointer;
}

.i-part3 .left ul li:nth-child(2n) {
	float: right;
}

.i-part3 .left ul li::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #CBCBCB;
	position: absolute;
	left: 70px;
	top: 0;
}

.i-part3 .left ul li i {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/i-part3-ico1.png);
	position: absolute;
	left: 0;
	top: 3.5px;
	transition: background-image .3s;
}

.i-part3 .left ul li .wz {}

.i-part3 .left ul li .wz p {
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	padding-top: 5px;
	margin-bottom: 13px;
	transition: color .3s;
}

.i-part3 .left ul li .wz span {
	display: block;
	color: #333;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	transition: color .3s;
}

.i-part3 .left ul li.active i {
	background-image: url(../images/i-part3-ico2.png);
}

.i-part3 .left ul li.active .wz p,
.i-part3 .left ul li.active .wz span {
	color: #0F6F39;
}

.i-part3 .left a.more {
	margin-left: 24px;
}

.i-part3 .right {
	width: calc(70% - 60px);
	float: right;
	position: relative;
}

.i-part3 .right .bg {
	width: 100%;
}

.i-part3 .right .bg img {
	display: block;
	width: 100%;
}

.i-part3 .right .item {
	width: 208px;
	position: absolute;
	top: 67%;
	left: 52%;
}

.i-part3 .right .item .dian {
	width: 110px;
	margin-left: 90px;
	cursor: pointer;
}

.i-part3 .right .item .dian i {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
}

.i-part3 .right .item .dian i::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #E1252B;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	-webkit-animation: dw 4s ease-out infinite;
	animation: dw 4s ease-out infinite;
}

.i-part3 .right .item .dian i::after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background-color: rgba(225, 37, 43, 0.39);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: dw 3s ease-out infinite;
	animation: dw 3s ease-out infinite;
}

.i-part3 .right .item .dian p {
	color: #333;
	font-size: 16px;
	position: relative;
	margin-left: -62px;
	margin-top: -12px;
}

.i-part3 .right .item .dian p::before {
	content: '';
	display: block;
	width: 53px;
	height: 21px;
	background-image: url(../images/i-part3-right-ico1.png);
	position: absolute;
	left: 23px;
	top: -23px;
}

.i-part3 .right .item .ms {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -104px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	background-color: #2A9F5C;
	opacity: 0;
	transform: translateY(100%);
	transition: all .3s;
	z-index: 5;

}

.i-part3 .right .item .ms::after {
	content: '';
	display: block;
	width: 21px;
	height: 13px;
	background-image: url(../images/sj-ico.png);
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -10.5px;
}

.i-part3 .right .item .ms h3 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}

.i-part3 .right .item .ms img {
	display: block;
	width: 188px;
}

.i-part3 .right .item.active .ms {
	opacity: 1;
	transform: translateY(0);

}


.i-part3 .right .xx .item:nth-child(1) {
	left: 57%;
    top: 63%;
}

.i-part3 .right .xx .item:nth-child(1) .ms {
	bottom: 50px;
	margin-left: -14px;
}

.i-part3 .right .xx .item:nth-child(1) i::after {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.i-part3 .right .item:nth-child(1) .dian i::before {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.i-part3 .right .xx .item:nth-child(2) i::after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.i-part3 .right .item:nth-child(2) .dian i::before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.i-part3 .right .xx .item:nth-child(3) i::after {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.i-part3 .right .item:nth-child(3) .dian i::before {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.i-part3 .right .xx .item:nth-child(5) i::after {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.i-part3 .right .item:nth-child(5) .dian i::before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.i-part3 .right .xx .item:nth-child(1) .dian p {
	margin-right: 40px;
	margin-left: 0;
	padding-top: 15px;
}

.i-part3 .right .item:nth-child(1) .dian i {
	position: absolute;
	right: 0;
}

.i-part3 .right .item:nth-child(1) .dian p::before {
	background-image: url(../images/i-part3-right-ico2.png);
	left: 46px;
	top: -2px;
}

.i-part3 .right .xx .item:nth-child(2) {
	    left: 58%;
    top: 61%;

}

.i-part3 .right .xx .item:nth-child(2) .ms {
	bottom: 52px;
	margin-left: -14px;
}

.i-part3 .right .xx .item:nth-child(2) .dian p {
	margin-right: 40px;
	margin-left: 0;
	padding-top: 5px;
}

.i-part3 .right .item:nth-child(2) .dian i {
	position: absolute;
	right: 0;
}

.i-part3 .right .item:nth-child(2) .dian p::before {
	background-image: url(../images/i-part3-right-ico2.png);
	left: 46px;
	top: -4px;
}


.i-part3 .right .xx .item:nth-child(4) {
	left: 68%;
	top: 67%;
}

.i-part3 .right .item.item:nth-child(4) .dian {}

.i-part3 .right .item.item:nth-child(4) .dian i {}

.i-part3 .right .item.item:nth-child(4) .dian i b {
	display: block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
}

.i-part3 .right .item.item:nth-child(4) .dian i b::before {
	content: '';
	display: block;
	width: 23px;
	height: 9px;
	background-image: url(../images/i-part1-img2.png);
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4.5px;
	margin-left: -11.5px;
}

.i-part3 .right .item.item:nth-child(4) .dian i::before {
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background-color: rgba(15, 110, 56, 0.7);

}

.i-part3 .right .item:nth-child(4) .dian i::after {
	width: 72px;
	height: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	background-color: rgba(15, 110, 56, 0.24);

}

.i-part3 .right .item.item:nth-child(4) .ms {
	bottom: 85px;
}

.i-part3 .right .xx .item:nth-child(5) {
	left: 79%;
    top: 48%;

}


@-webkit-keyframes dw {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}

	5% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes dw {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}

	5% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.i-part4 {
	/*padding: 80px 0;*/
	background-color: #F8F9FB;
}

.i-part4 .tab {
	position: relative;
	margin-bottom: 55px;
}

.i-part4 .tab .t-nav {
	position: absolute;
	right: 0;
	top: 31px;
	z-index: 3;
}

.i-part4 .tab .t-nav a {
	display: inline-block;
	position: relative;
	color: #666;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-right: 70px;
	cursor: pointer;
}

.i-part4 .tab .t-nav a:last-child {
	margin-right: 0;
}

.i-part4 .n-list {
	width: 100%;
}

.i-part4 .n-list a.item {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}

.i-part4 .n-list a.item::after {
	content: '';
	display: block;
	width: 800px;
	height: 246px;
	background-image: url(../images/i-part4-bg.png);
	position: absolute;
	bottom: 0;
	left: 0;
}

.i-part4 .n-list a.item .img {
	width: 100%;
	overflow: hidden;
}

.i-part4 .n-list a.item .img img {
	display: block;
	width: 100%;
	border-radius: 6px;
}

.i-part4 .n-list a.item .word {
	position: absolute;
	width: 85%;
	left: 7.5%;
	bottom: 50px;
	color: #fff;
	z-index: 3;

}

.i-part4 .n-list a.item .word p.time {
	font-size: 32px;
	font-family: 'Gotham';
}

.i-part4 .n-list a.item .word p.time span {
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
}

.i-part4 .n-list a.item .word p.ms {
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	height: 84px;
	overflow: hidden;
}

.i-part4 .n-list a.item1 {
	width: calc(25% - 40px);
	float: left;
	margin-left: 40px;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 0, 0, 10px, rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.i-part4 .n-list a.item1 .img {
	width: 100%;
	overflow: hidden;
}

.i-part4 .n-list a.item1 .img img {
	display: block;
	width: 100%;
	border-radius: 6px;
}

.i-part4 .n-list a.item1 .word {
	padding: 40px 30px;
}

.i-part4 .n-list a.item1 .word p.time {
	color: #C5C5C5;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Gotham';
	margin-bottom: 15px;
}

.i-part4 .n-list a.item1 .word p.tit {
	color: #322D2A;
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	margin-bottom: 25px;
	font-weight: bold;
}

.i-part4 .n-list a.item1 .word p.ms {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 50px;
}

.i-part4 .n-list a.item1 .word .more {
	display: block;
	width: 150px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	position: relative;
	text-align: center;
	margin-left: 28px;
	margin-bottom: 20px;
}

.i-part4 .n-list a.item1 .word .more span {
	position: relative;
	z-index: 4;
	color: #0F6F39;
}

.i-part4 .n-list a.item1 .word .more::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	/* background-color: #0F6F39; */
	background-color: #fff;
	border: 1px solid #E3E3E3;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.i-part4 .n-list a.item1 .word .more::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	border: 1px solid #E3E3E3;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
}


.i-part4 .n-list a.item1 .word .more:hover span {
	color: #fff;
}

.i-part4 .n-list a.item1 .word .more:hover::before {
	background-color: #0F6F39;
	border: 1px solid transparent;
}

.i-part4 .n-list a.item1 .word .more:hover::after {
	background-color: #E1252B;
	border: 1px solid transparent;
}

.i-part5 {
	width: 100%;
	background-image: url(../images/i-part5-bg.jpg);
	padding: 0 0 60px;
	background-repeat: no-repeat;
	background-size: cover;
}

.i-part5 p {
	width: 100%;
	text-align: center;
	color: #fff;
}

.i-part5 p.ms {
	font-weight: bold;
	margin: 20px auto 60px;
}


.i-part5 a.more2 {
	display: block;
	width: 150px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	position: relative;
	text-align: center;
	margin: 0 auto;

}

.i-part5 a.more2 span {
	position: relative;
	z-index: 4;
	color: #0F6F39;
}

.i-part5 a.more2::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	/* background-color: #0F6F39; */
	background-color: #fff;
	border: 1px solid #E3E3E3;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.i-part5 a.more2::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	border: 1px solid #E3E3E3;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
}

.i-part5 a.more2:hover span {
	color: #fff;
}

.i-part5 a.more2:hover::before {
	border: 1px solid transparent;
	background-color: #0F6F39;
}

.i-part5 a.more2:hover::after {
	background-color: #E1252B;
	border: 1px solid transparent;
}

/* 底部 */
footer {
	background-color: #FBFBFB;
	position: relative;
}

footer .w85 {
	padding: 80px 0;
	position: relative;
}

footer .w85::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #E6E6E6;
	position: absolute;
	left: 36.875%;
	top: 0;
}

footer .left {
	width: 36.875%;
	box-sizing: border-box;
	padding-right: 100px;
	float: left;
}

footer .left h3 {
	color: #333333;
	margin-bottom: 35px;
}

footer .left form {
	position: relative;
	margin-bottom: 20px;
}

footer .left form input {
	width: 100%;
	border: none;
	height: 36px;
	color: #888;
	font-size: 16px;
	line-height: 36px;
	border-bottom: 1px solid #CBCBCB;
	background-color: transparent;
}

footer .left form input:-ms-input-placeholder {
	color: #ccc;
}

footer .left form input::-webkit-input-placeholder {
	color: #ccc;

}

footer .left form input:-ms-input-placeholder {

	color: #ccc;

}

footer .left form input:-moz-placeholder {

	color: #ccc;

}

footer .left form input::-moz-placeholder {

	color: #ccc;

}

footer .left form button {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/f-ico1.png);
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: transparent;
}

footer .left .other {
	margin-bottom: 60px;
}

footer .left .other a {
	color: #888888;
	font-size: 16px;
	display: inline-block;
	margin-right: 40px;
}

footer .left .other a:hover {
	color: #1068a7;
}

footer .left .link {}

footer .left .link h4 {
	color: #333;
	margin-bottom: 30px;
}

footer .left .link ul {
	width: 120px;
	height: 108px;
	overflow: hidden;
}

footer .left .link ul li a {
	color: #888888;
	font-size: 16px;
	line-height: 30px;
	display: block;
	max-width: 100%;
}

footer .left .link ul li a:hover {
	color: #0F6E38;
}

footer .right {
	width: 63.125%;
	box-sizing: border-box;
	float: right;
	padding-left: 100px;
}

footer .right .f-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 77px;
}

footer .right .f-nav dl {}

footer .right .f-nav dt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}

footer .right .f-nav dd a {
	color: #888888;
	font-size: 16px;
	display: block;
	height: 30px;
	line-height: 30px;
}

footer .right .f-nav dd a:hover {
	color: #1068a7;
}

footer .right .f-contact {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .right .f-contact .f-con1 {}

footer .right .f-contact .f-con1 h4 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 30px;
}

footer .right .f-contact .f-con1 li {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	position: relative;
	/*padding-left: 30px;*/
	margin-bottom: 20px;
}

footer .right .f-contact .f-con1 li span {
	color: #888888;
}

footer .right .f-contact .f-con1 li::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 0;
}

footer .right .f-contact .f-con1 li:nth-child(1)::before {
	background-image: url(../images/f-ico2.png);
}

footer .right .f-contact .f-con1 li:nth-child(2)::before {
	background-image: url(../images/f-ico3.png);
}

footer .right .f-contact .f-con1 li:nth-child(3)::before {
	background-image: url(../images/f-ico4.png);
}

footer .right .f-contact .f-con2 {
	text-align: right;
}

footer .right .f-contact .f-con2 h4 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 30px;
	margin-bottom: 30px;
}
footer .right .f-contact .f-con2 ul{
    display: flex;
    justify-content: center;
}
footer .right .f-contact .f-con2 li {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	/*margin-right: 20px;*/
	/*float: left;*/
	cursor: pointer;
}

footer .right .f-contact .f-con2 li:nth-child(1) {
	border: 1px solid #0A6938;
}

footer .right .f-contact .f-con2 li:nth-child(1)::before {
	content: '';
	display: block;
	width: 18px;
	height: 15px;
	background-image: url(../images/wx-ico.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -9px;
}

footer .right .f-contact .f-con2 li:nth-child(2) {
	border: 1px solid #D81E06;
}

footer .right .f-contact .f-con2 li:nth-child(2)::before {
	content: '';
	display: block;
	width: 18px;
	height: 14px;
	background-image: url(../images/wb-ico.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -9px;
}

footer .right .f-contact .f-con2 li:nth-child(3) {
	border: 1px solid #333333;
	margin-right: 0;
}

footer .right .f-contact .f-con2 li:nth-child(3)::before {
	content: '';
	display: block;
	width: 14px;
	height: 16px;
	background-image: url(../images/dy-ico.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -7px;
}

footer .right .f-contact .f-con2 li img {
	position: absolute;
	width: 100px;
	height: 0;
	left: 50%;
	margin-left: -50px;
	top: 30px;
	opacity: 0;
	transition: all .3s;
}

footer .right .f-contact .f-con2 li:hover img {
	opacity: 1;
	height: 100px;
}

footer .footer1 {
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 3;
	background-color: #1068a7;

}

footer .footer1 .w85::before {
	display: none;
}

footer .footer1 .w85 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}

footer .footer1 .w85 p {
	color: rgba(255, 255, 255, 0.44);
	font-size: 12px;
	line-height: 60px;
}

footer .footer1 .w85 a {
	color: rgba(255, 255, 255, 0.44);
	font-size: 12px;
	line-height: 60px;
}

/* 滚动条 */
.zl-scrollBarBox {
	height: 90% !important;
	position: absolute;
	right: 1% !important;
	background: #ccc;
	top: 5% !important;
	width: 1px !important;
	border-radius: 0 !important;
	left: auto !important;
}

.zl-scrollBar {
	position: absolute;
	left: -1px;
	top: 0;
	background: #0A6938;
	transition: background 0.3s;
	width: 3px !important;
	border-radius: 0px !important;
}

.zl-scrollBar.zl-verticalBar {
	min-height: 10px;
}

.zl-scrollBar.zl-horizontalBar {
	min-width: 10px;
}

.zl-scrollBar:hover {
	background: #000;
}

.zl-scrollContentDiv {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	top: 0;
	left: 0;
}

/* 置顶按钮 */

.right_zd {
	position: fixed;
	right: -50px;
	bottom: 100px;
	cursor: pointer;
	z-index: 10;
	transition: all .3s;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #E1E1E1;
	background-color: #FAFAFA;
}

.right_zd::after {
	content: '';
	display: block;
	width: 11px;
	height: 15px;
	background-image: url(../images/gotop-ico.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.right_zd.active {
	right: 28px;
}

/* 弹出框 */
.c-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	overflow: hidden;
	outline: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

.c-modal.on {
	opacity: 1;
	visibility: visible;
}

.c-modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.c-modal-backdrop.on {
	opacity: .5;
}

.c-modal-dialog {
	width: auto;
	max-width: 94%;
	max-height: 94%;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	outline: 0;
	margin: 0 auto;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	overflow: hidden;
}

.c-modal-dialog.on {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.c-modal-dialog .content {
	display: none;
}

.c-modal-dialog .video {
	width: 768px;
	height: 432px;
}

.c-modal-dialog .video iframe {
	width: 100%;
	height: 100%;
}

.c-modal-dialog .video video,
.c-modal-dialog .video .video-js {
	width: 100%;
	height: 100%;
}

.c-modal-dialog .form {
	background: #fff;
	width: 500px;
	max-width: 100%;
	padding: 32px 6%;
}

.c-modal-dialog .imgshow {
	background-color: #fff;
}

.c-modal-dialog .imgshow .img {
	max-width: 100%;
}

.c-modal-dialog .imgshow .move {
	max-height: 94vh;
	overflow-y: scroll;
}

.c-modal-dialog .imgshow .move::-webkit-scrollbar {
	width: 17px;
	height: 17px;
	background-color: rgba(255, 255, 255, 0.8);
}

.c-modal-dialog .img {
	display: block;
	margin: 0 auto;
}

.c-modal-dialog .img>img {
	max-width: 94vw;
	max-height: 94vh;
}

.c-modal-off {
	width: 20px;
	height: 20px;
	color: #fff;
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	cursor: pointer;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: -webkit-transform .4s ease-out;
	-o-transition: transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.c-modal-off::after,
.c-modal-off::before {
	content: '';
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 9px;
}

.c-modal-off::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-modal-off::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-modal-off:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* 内页banner */
.ny-banner {
	position: relative;
	z-index: 5;
}

.ny-banner .img {
	width: 100%;
}

.ny-banner svg {
	position: absolute;
}

.ny-banner .img img {
	display: block;
	width: 100%;

}

.ny-banner .img.active img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-filter: url(#water);
	filter: url(#water);
}

.ny-banner .word {
	width: 85%;
	position: absolute;
	left: 7.5%;
	bottom: 120px;
}

.ny-banner .word .left {}

.ny-banner .word .left h3 {
	font-size: 58px;
	color: #fff;
	font-weight: bold;
}

.ny-banner .word .left p {
	font-family: 'seguisli';
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6)
}

.ny-banner .word .right {
	position: absolute;
	right: 0;
	bottom: -35px;
}

.ny-banner .word .right h4 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-right: 34px;
	cursor: pointer;
	height: 100px;
	line-height: 100px;
}

.ny-banner .word .right h4::after {
	content: '';
	width: 13px;
	height: 13px;
	background-image: url(../images/down-ico1.png);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6.5px;
}

.ny-banner .word .right .xl {
	width: 280px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	padding: .2rem .3rem;
	max-width: calc(100vw - 30px);
	position: absolute;
	right: -48px;
	top: 95px;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s ease;
	-webkit-box-shadow: 0 0 99px rgb(29 56 75 / 40%);
	-moz-box-shadow: 0 0 99px rgba(29, 56, 75, .4);
	box-shadow: 0 0 99px rgb(29 56 75 / 40%);
	pointer-events: none;
}

.ny-banner .word .right .xl::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	top: -8px;
	right: 60px;
	background-color: #fff;
	position: absolute;
}

.ny-banner .word .right .xl a {
	text-align: left;
	display: block;
	color: #999999;
	line-height: 62px;
	border-bottom: 1px solid #e1e1e1;
	transition: all .5s ease;
	position: relative;
	font-size: 16px;
}

.ny-banner .word .right .xl a:hover,
.ny-banner .word .right .xl a.on {
	color: #0F6F39;
	border-bottom: 1px solid #e1e1e1;

}

.ny-banner .word .right .xl a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #0F6F39;
	height: 1px;
	width: 0;
	transition: width .5s ease;
}

.ny-banner .word .right .xl a:hover,
.ny-banner .word .right .xl a.on {
	color: #0F6F39;
}

.ny-banner .word .right .xl a:hover::after,
.ny-banner .word .right .xl a.on::after {
	width: 100%;
}


.ab_on {
	-webkit-animation: feIn .5s ease;
	animation: feIn .5s ease;
}

@keyframes feIn {
	0% {
		opacity: 0;
		transform: scale(.5) translateX(-50%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateX(-50%);
	}
}

.ny-banner .word .right:hover .xl {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	z-index: 99;
}

.ny-banner .word .right:hover .xl::after {
	left: 50%;
	right: auto;
	transform: translateX(-50%) rotate(45deg);
}

.ny-banner .word::before {
	content: '';
	display: block;
	width: calc(100% - 500px);
	height: 1px;
	background-color: rgba(255, 255, 255, 0.46);
	position: absolute;
	left: 250px;
	bottom: 15px;
}

.ny-nav {
	width: 100%;
	height: 80px;
	background-color: #F8F9FB;
}

.ny-nav a {
	display: block;
	width: 33.33333%;
	float: left;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #777;
	position: relative;
	transition: color .3s;
}

.ny-nav a::after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background-color: #DCDCDC;
	position: absolute;
	right: 0;
	top: 20px;
}

.ny-nav a:last-child::after {
	display: none;
}

.ny-nav a::before {
	content: '';
	width: 0;
	height: 2px;
	background-color: #0F6F39;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width .3s;
}

.ny-nav a:hover,
.ny-nav a.active {
	color: #0F6F39;
}

.ny-nav a:hover::before,
.ny-nav a.active::before {
	width: 100%;
}


.ny-nav1 {
	width: 100%;
	height: 80px;
	background-color: #F8F9FB;
}

.ny-nav1 a {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #777;
	position: relative;
	transition: color .3s;
}

.ny-nav1 a::after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background-color: #DCDCDC;
	position: absolute;
	right: 0;
	top: 20px;
}

.ny-nav1 a:last-child::after {
	display: none;
}

.ny-nav1 a::before {
	content: '';
	width: 0;
	height: 2px;
	background-color: #0F6F39;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width .3s;
}

.ny-nav1 a:hover,
.ny-nav1 a.active {
	color: #0F6F39;
}

.ny-nav1 a:hover::before,
.ny-nav1 a.active::before {
	width: 100%;
}



.job1 {
	padding-left: 7.5%;
}

.job1 .left {
	width: 22%;
	float: left;
}

.job1 .right {
	padding-top: 170px;
	float: right;
	width: 68%;
	position: relative;
	background-color: rgba(248, 249, 251, 0.69);
	height: 597px;
}

.job1 .right h4 {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	line-height: 62px;
	position: absolute;
	left: -80px;
	top: 90px;
}

.job1 .right h4 span {
	display: block;
	font-size: 40px;
	color: #333;
	font-weight: bold;
	line-height: 62px;
	padding-left: 120px;
}

.job1 .right h4 b {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	line-height: 62px;
}

.job1 .right .img {
	position: absolute;
	right: 7.5%;
	top: 60px;
}

.job1 .right .ms {
	margin-right: 7.5%;
	padding-left: 240px;
	color: #666666;
	font-size: 16px;
	line-height: 34px;
	height: 330px;
	padding-right: 40px;
}

.job1 .right .ms p {
	font-size: 16px;
}

.job1 .right .ms .zl-scrollBarBox {
	width: 4px !important;
	background-color: #EFEFEF !important;
}

.job1 .right .ms .zl-scrollBar {
	left: 0;
	width: 4px !important;

}

.title {
	color: #333;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.job1-1 {}

.job1-1 ul {
	margin-top: 70px;
}

.job1-1 ul li {
	transition: all .3s;
	padding-bottom: 134px;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	float: left;
	background-color: #F5F5F5;
	text-align: center;
	width: calc(33.333% - 45px);
	margin-right: 60px;
}

.job1-1 ul li::after {
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 10px solid #0F6F39;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s;
}

.job1-1 ul li h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
	margin-bottom: 30px;
}

.job1-1 ul li .wz {
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	height: 180px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.job1-1 ul li .wz p {
	text-align: center;
}

.job1-1 ul li .num {
	transition: all .3s;
	font-size: 114px;
	font-weight: bold;
	color: #0F6F39;
	opacity: 0.05;
	line-height: 114px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -57px;
	left: 0;
}

.job1-1 ul li:last-child {
	margin-right: 0;
}

.job1-1 ul li:hover {
	background-color: #fff;
	box-shadow: 0px 0px 24px rgba(11, 51, 28, 0.2);
}

.job1-1 ul li:hover::after {
	opacity: 1;
}

.job1-1 ul li:hover .num {
	opacity: 0.22;
	bottom: -30px;
}

.job1-2 .tab {
	margin-top: 80px;
	margin-bottom: 60px;
	text-align: center;
}

.job1-2 .tab a {
	display: inline-block;
	width: 180px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	position: relative;
	text-align: center;
	margin: 0 80px;
}

.job1-2 .tab a span {
	color: #333333;
	position: relative;
	z-index: 4;
}

.job1-2 .tab a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	border: 1px solid #E3E3E3;
}

.job1-2 .tab a::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	background-color: transparent;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
	border: 1px solid #E3E3E3;
}

.job1-2 .tab a:hover span,
.job1-2 .tab a.active span {
	color: #fff;
}

.job1-2 .tab a:hover::before,
.job1-2 .tab a.active::before {
	border: 1px solid transparent;
	background-color: #0F6F39;
}

.job1-2 .tab a:hover::after,
.job1-2 .tab a.active::after {
	background-color: #E1252B;
	border: 1px solid transparent;
}

.job1-2-main li {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: none;
}

.job1-2-main li .o-tab {
	position: absolute;
	top: 170px;
	left: 7.5%;
}

.job1-2-main li .o-tab a {
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 80px;
	position: relative;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
}

.job1-2-main li .o-tab a::before {
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(../images/li-ic.png);
	position: absolute;
	left: 0;
	top: 2.5px;
}

.job1-2-main li .o-tab a.active {
	color: #E81212;
}

.job1-2-main li img {
	display: block;
	width: 100%;
}

.job1-2-main li .img {
	width: 100%;
}

.job1-2-main li .img img {
	width: 100%;
	display: none;
}

.job1-2-main li .img img.active {
	display: block;
}

.job1-2-main li .w85 {
	padding: 80px 0;
}

.job1-2-main li .w85 dl {
	float: left;
	width: calc(33.3333% - 54px);
	margin-right: 81px;
	position: relative;
}

.job1-2-main li .w85 dl:last-child {
	margin-right: 0;
}

.job1-2-main li .w85 dl .word {
	background-color: #fff;
	width: calc(100% - 80px);
	margin: 0 auto;
	position: relative;
	padding: 50px 0;
	text-align: center;
	margin-top: -60px;
}

.job1-2-main li .w85 dl .word::before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 0;
	left: 0;
	border: 10px solid #0F6E38;
	opacity: 0;
	transition: opacity .3s;
}

.job1-2-main li .w85 dl .word h3 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.job1-2-main li .w85 dl .word p {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 36px;
}

.job1-2-main li .w85 dl .word:hover::before {
	opacity: 1;
}

.job2 {
	width: 100%;
	background-image: url(../images/job2-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 180px;
	background-position: top;
}

.job2 .swiper-container {
	padding-bottom: 200px;
}

.job2 .swiper-slide {
	width: 885px;
}

.job2 .swiper-slide .img {
	width: 100%;
	overflow: hidden;
}

.job2 .swiper-slide .img img {

	display: block;
	width: 100%;
	transition: all .3s;
}

.job2 .swiper-slide .img:hover img {
	transform: scale(1.05);
}

.job2 .swiper-slide .word {
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
	display: none;
	text-align: center;
}

.job2 .swiper-slide-active .word {
	display: block;
}

.job2 .swiper-pagination {
	bottom: 80px;

}

.job2 .swiper-pagination span {
	font-family: 'seguisli';
	color: #777777;
	font-size: 16px;
	font-weight: bold;
}

.job2 .swiper-pagination span.swiper-pagination-current {
	font-size: 30px;
	color: #333333;
}

.job2 a.prev {
	width: 90px;
	height: 49px;
	background-image: url(../images/anniu-bg2.png);
	position: relative;
	transition: background-image .3s;
	position: absolute;
	bottom: 80px;
	z-index: 20;
	left: 50%;
	margin-left: -160px;
}

.job2 a.prev::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/prev-ico2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -6px;
	transition: background-image .3s;
}

.job2 a.next {
	width: 90px;
	height: 49px;
	background-image: url(../images/anniu-bg2.png);
	position: relative;
	transition: background-image .3s;
	position: absolute;
	bottom: 80px;
	z-index: 20;
	right: 50%;
	margin-right: -160px;
}

.job2 a.next::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/next-ico2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -6px;
	transition: background-image .3s;
}

.job2 a.prev:hover,
.job2 a.next:hover {
	background-image: url(../images/anniu-bg3.png);
}

.job2 a.prev:hover::before {
	background-image: url(../images/prev-ico3.png);
}

.job2 a.next:hover::before {
	background-image: url(../images/next-ico3.png);
}

.job3 {}

.job3 .form {
	height: 60px;
	width: 100%;
	position: relative;
}

.job3 .form .el-select {
	width: calc(25% - 60px);
	margin-right: 60px;
	float: left;
	height: 60px;
}

.job3 .form .el-select>.el-input {
	width: 100%;
	height: 60px;
}

.job3 .form select {
	width: calc(25% - 60px);
	margin-right: 60px;
	float: left;
	height: 60px;
	border: none;
	
	padding: 0 40px;
	-webkit-appearance:none;
	
	-moz-appearance:none;
	
	appearance:none; /*去掉下拉箭头*/
	
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll 90% center transparent;
	background-color: #F1F1F1;
}

.job3 .form select>option {
	width: 100%;
	height: 60px;
}

.job3 .form .el-input {
	width: 50%;
	float: left;
	height: 60px;
	position: relative;
}

.job3 .form .el-input__inner {
	background-color: #F1F1F1;
	padding: 0 40px;
}

.search .job3 .form .el-input {
	width: 100%;
	float: none;
}

.job3 .el-input__inner {
	height: 60px;
	border-radius: 0;
	border: none;
}

.job3 .el-button {
	border: none;
	position: absolute;
	right: 10px;
	top: 14px;
	background-color: transparent;
}

.job3 .el-button:focus,
.job3 .el-button:hover {
	background-color: transparent;
}

.job3 .el-input__suffix {
	right: 15px;
}


.job3 .list {
	padding: 80px 0;
}

.job3 .list dl {
	width: 100%;
}

.job3 .list dt {
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.job3 .list dt p {
	width: 20%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	float: left;
}

.job3 .list dd {
	width: 100%;
}

.job3 .list dd a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #EFEFEF
}

.job3 .list dd a p {
	width: 20%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	float: left;
	transition: all .3s;
}

.job3 .list dd a:last-child {
	border-bottom: 1px solid #EFEFEF
}

.job3 .list dd a:hover {
	background-color: #F7F7F7;
}

.job3 .list dd a p span {
	display: block;
	width: 124px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	position: relative;
	text-align: center;
	margin: 16px auto;
}

.job3 .list dd a p span b {
	color: #333333;
	position: relative;
	z-index: 4;
	line-height: 34px;
}

.job3 .list dd a p span::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	border: 1px solid #E3E3E3;
}

.job3 .list dd a p span::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	background-color: #fff;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
	border: 1px solid #E3E3E3;
}

.job3 .list dd a p span:hover b,
.job3 .list dd a p span.active b {
	color: #fff;
}

.job3 .list dd a p span:hover::before,
.job3 .list dd a p span.active::before {
	border: 1px solid transparent;
	background-color: #0F6F39;
}

.job3 .list dd a p span:hover::after,
.job3 .list dd a p span.active::after {
	background-color: #E1252B;
	border: 1px solid transparent;
}

.job3 .el-pagination {
	text-align: center;
}

.job3 .el-pager li {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.job3 .el-pagination button,
.job3 .el-pagination span:not([class*=suffix]) {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.job3 .el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #0F6F39;
}

.job3-show {}

.job3-show-1 {
	padding-bottom: 50px;
	border-bottom: 1px solid #D9D9D9;
}

.job3-show-1 dl {
	float: left;
	width: 25%;
	position: relative;

}

.job3-show-1 dl::after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background-color: #D9D9D9;
	position: absolute;
	right: 0;
	bottom: 0;
}

.job3-show-1 dl dt {
	color: #999999;
	font-size: 16px;
	width: 220px;
	margin: 10px auto 0;
}

.job3-show-1 dl dd {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	width: 220px;
	margin: 0 auto;
}

.job3-show-1 dl:first-child {
	text-align: left;
}

.job3-show-1 dl:first-child dt,
.job3-show-1 dl:first-child dd {
	width: 100%;
}

.job3-show-1 dl:last-child {
	width: 150px;
	float: right;
}

.job3-show-1 dl:last-child::after {
	display: none;
}

.job3-show-2 {
	padding-top: 80px;
}

.job3-show-2 dl {
	width: 33.33333%;
	/*width:50%;*/
	float: left;
	padding: 0 20px;
}
/*.job3-show-2 dl:nth-child(3){*/
/*    display: none;*/
/*}*/

.job3-show-2 dl dt {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.job3-show-2 dl dd {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

.job3-show-2 dl .left {
	float: left;
	width: 120px;
}

.job3-show-2 dl .left .ewm {
	width: 120px;
	height: 120px;
	border: 1px solid #E5E5E5;
}

.job3-show-2 dl .left .ewm img {
	display: block;
	width: 98px;
	height: 98px;
	margin: 11px;
}

.job3-show-2 dl .left p {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.job3-show-2 dl .right {
	width: calc(100% - 120px - 40px);
	float: right;
}

.job3-show-2 dl .right .link-wz p {
	color: #333333;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.job3-show-2 dl .right .link-wz span {
	color: #999999;
	font-size: 14px;
	display: block;
}

.job3-show-2 dl .right .link-web {
	margin-top: 30px;
	position: relative;

}

.job3-show-2 dl .right .link-web #demo {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E3E3E3;
	padding-left: 20px;
	overflow: hidden;
}

.job3-show-2 dl .right .link-web button {
	height: 40px;
	font-size: 14px;
	color: #707070;
	line-height: 40px;
	width: 90px;
	text-align: center;
	background-color: #EFEFEF;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.job3-show-2 dl .btn1 {
	margin-top: 60px;
}

.job3-show-2 dl .btn1 a.more2 {
	display: inline-block;
	margin-right: 40px;
}

.job3-show-2 dl .btn1 a.fx {
	display: inline-block;
	width: 180px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #0F6F39;
	position: relative;
	text-align: center;
}

.job3-show-2 dl .btn1 a.fx span {
	position: relative;
	z-index: 4;

}

.job3-show-2 dl .btn1 a.fx i {
	display: inline-block;
	width: 16px;
	height: 15px;
	position: relative;
	z-index: 4;
	background-image: url(../images/fx-ico.png);
	background-size: 100%;
	margin-right: 10px;
	top: 3px;
}


.job3-show-2 dl .btn1 a.fx .fx-tc {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
}

.job3-show-2 dl .btn1 a.fx .fx-tc .fx-img {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #D1D1D1;
	margin-right: 10px;
	position: relative;
	transition: all .3s;
}

.job3-show-2 dl .btn1 a.fx .fx-tc .fx-img::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.job3-show-2 dl .btn1 a.fx .fx-tc .fx-img:nth-child(1)::before {
	background-image: url(../images/fx-icoa1.png);
}

.job3-show-2 dl .btn1 a.fx .fx-tc .fx-img:nth-child(2)::before {
	background-image: url(../images/fx-icoa2.png);
}

.job3-show-2 dl .btn1 a.fx .fx-tc .fx-img:nth-child(3)::before {
	background-image: url(../images/fx-icoa3.png);
}

.job3-show-2 dl .btn1 a.fx .fx-tc .fx-img:hover {
	background-color: #0F6F39;
}

.job3-show-2 dl .btn1 a.fx::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #E3E3E3;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.job3-show-2 dl .btn1 a.fx::after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	border: 1px solid #E3E3E3;
	transform: skew(-22deg);
	transition: all .3s;
	position: absolute;
	left: -20px;
	bottom: -10px;
	z-index: 2;
}

.job3-show-2 dl .btn1 a.fx:hover::before {
	background-color: #0F6F39;
	border-color: transparent;
}

.job3-show-2 dl .btn1 a.fx:hover::after {
	background-color: #E81212;
	border-color: transparent;
}

.job3-show-2 dl .btn1 a.fx:hover span {
	color: #fff;
}

.job3-show-2 dl .btn1 a.fx:hover i {
	background-image: url(../images/fx-ico1.png);
}


.idea {}

.idea .left {
	width: 36%;
}

.idea .left .tit {
	font-family: 'Gotham';
	color: #0F6E38;
	font-size: 90px;
	line-height: 90px;
}

.idea .left .tit span {
	font-family: 'Gotham';
	display: block;
	color: #E81212;
	font-size: 90px;
	padding-left: 80px;
	line-height: 90px;
}

.idea .left dl {
	margin-top: 100px;
}

.idea .left dl dt {
	color: #333;
	font-size: 40px;
	margin-bottom: 30px;
}

.idea .left dl dd {}

.idea .left dl dd p {
	position: relative;
	padding-left: 55px;
	color: #333;
	font-size: 28px;
	/* font-weight: bold; */
	margin-bottom: 30px;
}

.idea .left dl dd p::before {
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(../images/idea-ico.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

.idea .right {
	width: 60%;
	overflow: hidden;
}

.idea .right img {
	display: block;
	width: 100%;
}

.idea1 .title {
	margin-bottom: 0;
}

.idea1 .title p {
	display: inline-block;
	position: relative;
	padding-left: 55px;
	color: #333;
	font-size: 28px;
	font-weight: normal;

}

.idea1 .title p::before {
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(../images/idea-ico.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

.idea1 ul {
	padding: 60px 0 80px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.idea1 ul li {
	background-color: #F5F5F5;
	width: 17.5%;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	transition: all linear 0.3s;
	position: relative;
}

.idea1 ul li .img {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.idea1 ul li .img img {
	display: block;
	height: 100%;
}

.idea1 ul li .img p {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -13px;
}

.idea1 ul li .ms {
	padding: 40px 30px 0 30px;
	opacity: 0;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.idea1 ul li .ms h3 {
	font-size: 26px;
	color: #333;
}

.idea1 ul li .ms p {
	font-size: 16px;
	color: #666;
	margin: 20px 0 30px 0;
}

.idea1 ul li .ms img {
	display: block;
	width: 100%;
}

.idea1 ul li.active {
	width: 47.5%;
}

.idea1 ul li.active .img {
	opacity: 0;
}

.idea1 ul li.active .ms {
	opacity: 1;
}

.idea2 {}

.idea2 .left {
	width: 48%;
	overflow: hidden;
}

.idea2 .left img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.idea2 .left:hover img {
	transform: scale(1.05);
}

.idea2 .right {
	width: calc(52% - 100px);
}

.idea2 .right .tit {
	padding-bottom: 20px;
	border-bottom: 2px solid #0F6F39;
}

.idea2 .right h3 {
	font-size: 30px;
	color: #333;
	margin: 30px 0;
}

.idea2 .right .ms {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.idea3 .swiper-slide {
	cursor: pointer;
}

.idea3 .swiper-slide .img {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}

.idea3 .swiper-slide .img img {
	display: block;
	width: 100%;
	border-radius: 6px;
	transition: all .3s;
}

.idea3 .swiper-slide .img:hover img {
	transform: scale(1.05);
}

.idea3 .swiper-slide .word {
	box-sizing: initial;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #333;
	overflow: hidden;
	padding: 30px 0;
	transition: color .3s;
}

.idea3 .swiper-pagination {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}

.idea3 .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	border-radius: 0;
	background-color: #DBDBDB;
	opacity: 1;
	transform: skew(-22deg);
}

.idea3 .swiper-pagination-bullet-active {
	background-color: #0F6F39;
	width: 40px;
}

.idea3 .swiper-slide:hover {
	box-shadow: 0px 0px 15px rgba(214, 223, 218, 0.37);
}

.idea3 .swiper-slide:hover .word {
	color: #0F6F39;
}

.about {
	position: relative;
}

.about .left {
	width: 52%;
}

.about .left .tit {
	color: #333;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 50px;
	border-bottom: 1px solid #E1E1E1;
	position: relative;
	margin-bottom: 50px;
	max-width: 75%;
}

.about .left .tit::after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background-color: #1068a7;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.about .left .tit p {
	position: relative;
	padding-left: 55px;
	color: #333;
	font-size: 28px;
	/* font-weight: bold; */
	margin-top: 30px;
}

.about .left .tit p::before {
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(../images/idea-ico.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

.about .left .ms {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	height: 400px;
	padding-right: 35px;
}

.about .right {

	max-width: 46%;
	position: absolute;
	right: 0;
	bottom: 100px;
	overflow: hidden;
}

.about .right img {
	display: block;
	max-width: 100%;
	transition: all .3s;
}

.about .right:hover img {
	transform: scale(1.05);
}

.about .bg {
	z-index: -1;
	position: absolute;
	width: 944px;
	height: 463px;
	top: 0;
	right: 10%;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 60%;
	background-color: transparent;
}

.about-1 {
	width: 100%;
}

.about-1 img {
	display: block;
	width: 100%;
}

.about1 {
	background-image: url(../images/about1-bg.jpg);
	background-size: cover;
}

.about1 .tit {
	font-size: 28px;
	color: #0F6F39;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #0F6F39;
	border-bottom: 1px solid #0F6F39;
	width: 1200px;
	max-width: 92%;
	margin: 80px auto 0;
}

.about1-1 {
	position: relative;
}

.about1-1 .bg {
	width: 100%;
}

.about1-1 .bg img {
	display: block;
	width: 100%;
}

.about1-1 .w85 {
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 7.5%;
	padding: 60px 0;
}

.about1-1 .w85 img {
	max-width: 100%;
}

.about-nav {
	height: 80px;

	line-height: 80px;
	background-color: #F8F9FB;
}

.about-nav .w85 {
	padding: 0 45px;
	position: relative;
}

.about-nav .w85 .swiper-slide {
	text-align: center;

	position: relative;
	cursor: pointer;
}

.about-nav .w85 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	color: #777;
	font-size: 18px;
}

.about-nav .w85 .swiper-slide::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #DCDCDC;
	position: absolute;
	top: 20px;
	right: 0;
}

.about-nav .w85 .swiper-slide:last-child::after {
	display: none;
}

.about-nav .w85 a.move-prev,
.about-nav .w85 a.move-next {
	display: block;
	width: 45px;
	height: 24px;
	background-image: url(../images/anniu-bga.png);
	transition: all .3s;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}

.about-nav .w85 a.move-prev {
	left: 0;
}

.about-nav .w85 a.move-next {
	right: 0;
}

.about-nav .w85 a.move-prev i {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(../images/prev-ico1.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.5px;
	margin-top: -4.5px;
	z-index: 3;
	transition: all .3s;
}

.about-nav .w85 a.move-next i {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(../images/next-ico1.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.5px;
	margin-top: -4.5px;
	z-index: 3;
	transition: all .3s;
}

.about-nav .w85 a.move-next:hover,
.about-nav .w85 a.move-prev:hover {
	background-image: url(../images/anniu-bga1.png);
}

.about-nav .w85 a.move-prev:hover i {
	background-image: url(../images/prev-ico.png);
}

.about-nav .w85 a.move-next:hover i {
	background-image: url(../images/next-ico.png);
}

.about2 {
	position: relative;
	margin-top: 80px;
}

.about2 .swiper-slide {
	width: 100%;
}

.about2 .swiper-slide img {
	display: block;
	width: 100%;
}

.about2 .item {
	position: absolute;
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'seguisli';
}

.about2 .item i {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto;
}

.about2 .item i::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #E1252B;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	-webkit-animation: dw 4s ease-out infinite;
	animation: dw 4s ease-out infinite;
}

.about2 .item i::after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background-color: rgba(225, 37, 43, 0.39);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: dw 3s ease-out infinite;
	animation: dw 3s ease-out infinite;
}

.about2 .tab {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}
.about2 .item{
	cursor: pointer;
}
.about2 .item1 {
	left: 7.5%;
	top: 8%;
}

.about2 .item2 {
	left: 22.5%;
	top: 21%;
}

.about2 .item3 {
	left: 51.5%;
    top: 17%;
}

.about2 .item4 {
	left: 63.5%;
    top: 15.5%;
}

.about2 .item5 {
	left: 37.5%;
	top: 25%;
}

.about2-1 {

	position: relative;
	overflow: hidden;
}

.about2-1 .bg {

	height: 100%;
	position: absolute;
	left: 0;
	top: 150px;

}

.about2-1 .swiper-container {
	height: 100vh;
}

.about2-1 .swiper-container .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 575px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.about2-1 .swiper-container .swiper-slide .img {
	width: 55%;
	overflow: hidden;
	position: relative;
    background-color: black;
    z-index: 100;
}

.about2-1 .swiper-container .swiper-slide .img .pic img {
	display: block;
	width: 100%;
	transition: all .3s;
}


.about2-1 .swiper-container .swiper-slide .img .lineBox {position:absolute;top:0;right:0;bottom:0;left:0;z-index: 1;width: calc(100% - 20px);height: calc(100% - 20px);margin:10px;}
.about2-1 .swiper-container .swiper-slide .img .lines {position:absolute;display:block;z-index: 0;background-color:#fff;opacity:0;}
.about2-1 .swiper-container .swiper-slide .img .lines.top,.story .photo .lines.bottom {height:1px;}
.about2-1 .swiper-container .swiper-slide .img .lines.right,.story .photo .lines.left {width:1px;height:100%;}
.about2-1 .swiper-container .swiper-slide .img .lines.right {right:0;}
.about2-1 .swiper-container .swiper-slide .img .lines.bottom {bottom:0;}
.about2-1 .swiper-container .swiper-slide .img .clip {font-size:16px;color:#fff;height:36px;line-height:36px;background-color:#000;padding:0 12px;position:absolute;z-index:99;right:0px;bottom:0;cursor:pointer;font-family:'Lato', sans-serif;}
.about2-1 .swiper-container .swiper-slide .img .clip::after {content:"+";padding-left:28px;}


.about2-1 .swiper-container .swiper-slide .img .pic{opacity:0.9;transition:opacity .7s ease-out;}
.about2-1 .swiper-container .swiper-slide .img:hover .pic{opacity:0.3;}
.about2-1 .swiper-container .swiper-slide .img .top {top:0;left:0;width: 0%;height: 1px;transition:width .3s ease-out,height .5s ease-out,opacity .5s;}
.about2-1 .swiper-container .swiper-slide .img .right {top:0;right:0;width:1px;height: 0%;transition:width .3s ease-out,height .5s ease-out,opacity .5s;}
.about2-1 .swiper-container .swiper-slide .img .bottom {top:auto;bottom:0;left:0;width: 0%;height: 1px;transition:width .3s ease-out,height .5s ease-out,opacity .5s;}
.about2-1 .swiper-container .swiper-slide .img .left {top:0;left:0;width:1px;height: 0%;transition:width .3s ease-out,height .5s ease-out,opacity .5s;}
.about2-1 .swiper-container .swiper-slide .img:hover .top {width:100%;opacity:1;}
.about2-1 .swiper-container .swiper-slide .img:hover .right {height:100%;opacity:1;}
.about2-1 .swiper-container .swiper-slide .img:hover .bottom {width:100%;opacity:1;}
.about2-1 .swiper-container .swiper-slide .img:hover .left {height:100%;opacity:1;}

.about2-1 .swiper-container .swiper-slide .word {
	width: calc(45% - 100px);
	position: relative;
	padding-top:340px;
}

.about2-1 .swiper-container .num {
	font-size: 240px;
	color: #EEEEEE;
	font-family: 'Lato', sans-serif;
	position: relative;
	top: -100px;
	font-weight: bold;
	text-align: right;
	padding-right: 40px;
	font-style: italic;
	position: absolute;
	right:0;
	top:100px;
}
.about2-1 .swiper-container:nth-child(2n) .num{
    right:auto;
    left:0;
	
}

.about2-1 .swiper-container .swiper-slide .word .wz {
	width: 520px;
	height: 96px;
	background-image: url(../images/about2-btn1.png);
	line-height: 96px;
	cursor: pointer;
	float: right;
	position: relative;
	top: -100px;
	transition: all .3s;
	background-size:100% 100%;
}

.about2-1 .swiper-container .swiper-slide .word .wz p {
	padding-left: 40px;
	font-size: 18px;
	color: #333;
	/*max-width: 320px;*/
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}

.about2-1 .swiper-container .swiper-slide .word .wz:hover {
	background-image: url(../images/about2-btn2.png);
}

.about2-1 .swiper-container .swiper-slide .word .wz:hover p {
	color: #fff;
}

.about2-1 .swiper-pagination {
	top:75%;
    width:100px;
    right:90px;
    text-align: center;
    left: auto;
}

.about2-1 .swiper-pagination span {
	font-family: 'seguisli';
	color: #777777;
	font-size: 16px;
	font-weight: bold;
}

.about2-1 .swiper-pagination span.swiper-pagination-current {
	font-size: 30px;
	color: #333333;
}

.about2-1 .swiper-container .btn {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 75%;
}

.about2-1 .swiper-container .btn a {
	display: inline-block;
}

.about2-1 .swiper-container .btn a.prev {
	width: 90px;
	height: 49px;
	background-image: url(../images/anniu-bg2.png);
	position: relative;
	transition: background-image .3s;
	margin-right:100px;
}

.about2-1 .swiper-container .btn a.prev::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/prev-ico2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -6px;
	transition: background-image .3s;
}

.about2-1 .swiper-container .btn a.next {
	width: 90px;
	height: 49px;
	background-image: url(../images/anniu-bg2.png);
	position: relative;
	transition: background-image .3s;
}

.about2-1 .swiper-container .btn a.next::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/next-ico2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -6px;
	transition: background-image .3s;
}

.about2-1 .swiper-container .btn a.prev:hover,
.about2-1 .swiper-container .btn a.next:hover {
	background-image: url(../images/anniu-bg3.png);
}

.about2-1 .swiper-container .btn a.prev:hover::before {
	background-image: url(../images/prev-ico3.png);
}

.about2-1 .swiper-container .btn a.next:hover::before {
	background-image: url(../images/next-ico3.png);
}

.about2-1 .swiper-container:nth-child(2n) .swiper-slide {
	flex-direction: row-reverse;
}

.about2-1 .swiper-container:nth-child(2n) .swiper-slide .word .wz {
	float: left;
}

.about2-1 .swiper-container:nth-child(2n) .btn {
	right: auto;
	left: 0;
}

.about2-1 .swiper-container:nth-child(2n) .swiper-slide .word .num {
	left: 20px;
	text-align: left;
}

.about2-1 .swiper-container:nth-child(2n) .swiper-pagination{
    right:auto;
    left:90px;
}


/* 弹出 */
.about2-tc {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.about2-tc .ny-main a.close {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/about2-close.png);
	position: absolute;
	right: 80px;
	top: 50px;
	cursor: pointer;
	transition: all .3s;
	z-index: 3;
}

.about2-tc .ny-main a.close:hover {
	transform: rotate(90deg);
}

.about2-tc .ny-main {
	background-color: #000;
	position: absolute;
	width: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about2-tc .ny-main .swiper-slide {
	padding: 160px 80px 100px;
}

.about2-tc .ny-main .swiper-slide .left {
	float: left;
	width: 30%;
	position: relative;
	top:-70px;
}

.about2-tc .ny-main .swiper-slide .left .num {
	color: #0F6F39;
	font-family: 'seguisli', Segoe UI;
	font-size: 190px;
	position: relative;
	padding-bottom: 18px;
	font-weight: bold;
	margin-bottom: 50px;
	
}

.about2-tc .ny-main .swiper-slide .left .num::after {
	content: '';
	display: block;
	width: 215px;
	height: 12px;
	background-color: #E1252B;
	transform: skew(-22deg);
	position: absolute;
	left: 0;
	bottom: 0;
}

.about2-tc .ny-main .swiper-slide .left .ms {
	font-size: 24px;
	line-height: 46px;
	color: #fff;
}

.about2-tc .ny-main .swiper-slide .right {
	width: 60%;
	float: right;
	overflow: hidden;
}

.about2-tc .ny-main .swiper-slide .right img {
	display: block;
	width: 100%;
}

.about2-tc .swiper-container .btn {
	position: absolute;
	z-index: 5;
	left: 80px;
	bottom: 100px;
}

.about2-tc .ny-main .swiper-pagination {
	position: relative;
	margin-top: 20px;
	display: none;
}

.about2-tc .ny-main .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.about2-tc .ny-main .swiper-pagination-bullet-active {
	background-color: #0F6F39;
}

.about2-tc .swiper-container .btn a {
	display: inline-block;
}

.about2-tc .swiper-container .btn a.prev {
	width: 72px;
	height: 40px;
	background-image: url(../images/an-bg1.png);
	position: relative;
	transition: background-image .3s;
}

.about2-tc .swiper-container .btn a.prev::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/an-prev.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -5px;
	transition: background-image .3s;
}

.about2-tc .swiper-container .btn a.next {
	width: 72px;
	height: 40px;
	background-image: url(../images/an-bg1.png);
	position: relative;
	transition: background-image .3s;
}

.about2-tc .swiper-container .btn a.next::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/an-next.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	transition: background-image .3s;
}

.about2-tc .swiper-container .btn a.prev:hover,
.about2-tc .swiper-container .btn a.next:hover {
	background-image: url(../images/an-bg2.png);
}

.about2-tc .swiper-container .btn a.prev:hover::before {
	background-image: url(../images/an-prev1.png);
}

.about2-tc .swiper-container .btn a.next:hover::before {
	background-image: url(../images/an-next1.png);
}

/* 新概念工厂 */
.factory1 {
	padding-top: 130px;
}

.factory1 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 130px;
}

.factory1 li:nth-child(2n) {
	flex-direction: row-reverse;
}

.factory1 li .wz {
	width: calc(43% - 100px);
}

.factory1 li .wz .tit {
	position: relative;
	height: 270px;
	line-height: 270px;
	color: #333;
	font-size: 40px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 50px;
	top: -50px;
	transition: all .3s;
}

.factory1 li:hover .wz .tit {
	color: #E1252B;
}

.factory1 li .wz .tit::before {
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(../images/idea-ico.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

.factory1 li .wz .tit span {
	color: #0F6F39;
	font-size: 286px;
	position: absolute;
	left: -100px;
	top: 0;
	z-index: -1;
	opacity: 0.05;
	font-family: 'Gotham';
}

.factory1 li .wz .ms {
	margin-top: -50px;
	height: 300px;
	overflow-y: auto;
	padding-right: 35px;
}

.factory1 li .wz .ms::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
	scrollbar-arrow-color: red;

}

.factory1 li .wz .ms::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(10, 105, 56, 1);
	scrollbar-arrow-color: red;
}

.factory1 li .wz .ms::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(204, 204, 204, 1);
}

.factory1 li .wz .ms p {
	color: #666;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 40px;
}

.factory1 li .wz .ms p:last-child {
	margin-bottom: 0;
}

.factory1 li .img {
	width: 57%;
	overflow: hidden;
}

.factory1 li .img img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.factory1 li .img:hover img {
	transform: scale(1.05);
}

.factory1-1 .title {
	margin-bottom: 60px;
}

.factory1-1 .title h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333;
}

.factory1-1 .title p {
	display: inline-block;
	position: relative;
	padding-left: 55px;
	color: #333;
	font-size: 28px;
	font-weight: normal;

}

.factory1-1 .title p::before {
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(../images/idea-ico.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

.factory1-1 li {
	width: 33.33333%;
	float: left;
	position: relative;
}

.factory1-1 li .img {
	width: 100%;
	overflow: hidden;
}

.factory1-1 li .img img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.factory1-1 li .img:hover img {
	transform: scale(1.05);
}

.factory1-1 li .word {
	color: #fff;
	position: absolute;
	padding: 0 80px 60px;
	bottom: 0;
	left: 0;
}

.factory1-1 li .word .num {
	font-size: 30px;
	font-family: 'seguisli';
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 17px;
}

.factory1-1 li .word .tit {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.factory1-1 li .word .ms {
	font-size: 16px;
	line-height: 36px;
	height: 72px;
}

.factory2 .left {
	width: 50%;
	position: relative;
	float: left;
}

.factory2 .left .bg {
	width: 100%;
}

.factory2 .left .bg img {
	display: block;
	width: 100%;
}

.factory2 .left .item {
	width: 208px;
	position: absolute;
	top: 65%;
	left: 49%;
}

.factory2 .left .item .dian {
	width: 110px;
	margin-left: 90px;
	cursor: pointer;
}

.factory2 .left .item .dian i {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
}

.factory2 .left .item .dian i::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #E1252B;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	-webkit-animation: dw 4s ease-out infinite;
	animation: dw 4s ease-out infinite;
}

.factory2 .left .item .dian i::after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background-color: rgba(225, 37, 43, 0.39);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: dw 3s ease-out infinite;
	animation: dw 3s ease-out infinite;
}

.factory2 .left .item .dian p {
	color: #333;
	font-size: 16px;
	position: relative;
	margin-left: -64px;
	margin-top: -24px;
}

.factory2 .left .item .dian p::before {
	content: '';
	display: block;
	width: 53px;
	height: 21px;
	background-image: url(../images/i-part3-right-ico1.png);
	position: absolute;
	left: 27px;
	top: -11px;
}


.factory2 .left .xx .item:nth-child(1) {
	left: 51.5%;
    top: 63%;
}

.factory2 .left .xx .item:nth-child(1) .ms {
	bottom: 50px;
	margin-left: -14px;
}

.factory2 .left .xx .item:nth-child(1) i::after {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.factory2 .left .item:nth-child(1) .dian i::before {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.factory2 .left .xx .item:nth-child(2) i::after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.factory2 .left .item:nth-child(2) .dian i::before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.factory2 .left .xx .item:nth-child(3) i::after {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.factory2 .left .item:nth-child(3) .dian i::before {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.factory2 .left .xx .item:nth-child(5) i::after {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.factory2 .left .item:nth-child(5) .dian i::before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.factory2 .left .xx .item:nth-child(1) .dian p {
	margin-right: 40px;
	margin-left: 0;
	padding-top: 15px;
}

.factory2 .left .item:nth-child(1) .dian i {
	position: absolute;
	right: 0;
}

.factory2 .left .item:nth-child(1) .dian p::before {
	background-image: url(../images/i-part3-right-ico2.png);
	left: 46px;
	top: -2px;
}

.factory2 .left .xx .item:nth-child(2) {
	left: 52%;
    top: 60%;
}

.factory2 .left .xx .item:nth-child(2) .ms {
	bottom: 52px;
	margin-left: -14px;
}

.factory2 .left .xx .item:nth-child(2) .dian p {
	margin-right: 40px;
	margin-left: 0;
	padding-top: 5px;
}

.factory2 .left .item:nth-child(2) .dian i {
	position: absolute;
	right: 0;
}

.factory2 .left .item:nth-child(2) .dian p::before {
	background-image: url(../images/i-part3-right-ico2.png);
	left: 46px;
	top: -4px;
}


.factory2 .left .xx .item:nth-child(4) {
	left: 64%;
	top: 67%;
}

.factory2 .left .item.item:nth-child(4) .dian {}

.factory2 .left .item.item:nth-child(4) .dian i {}

.factory2 .left .item.item:nth-child(4) .dian i b {
	display: block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
}

.factory2 .left .item.item:nth-child(4) .dian i b::before {
	content: '';
	display: block;
	width: 23px;
	height: 9px;
	background-image: url(../images/i-part1-img2.png);
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4.5px;
	margin-left: -11.5px;
}

.factory2 .left .item.item:nth-child(4) .dian i::before {
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background-color: rgba(15, 110, 56, 0.7);

}

.factory2 .left .item:nth-child(4) .dian i::after {
	width: 72px;
	height: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	background-color: rgba(15, 110, 56, 0.24);

}

.factory2 .left .item.item:nth-child(4) .ms {
	bottom: 85px;
}

.factory2 .left .xx .item:nth-child(5) {
	left: 76%;
    top: 48%;
}

.factory2 .right {
	padding-top: 100px;
	float: right;
	width: calc(50% - 240px);
}

.factory2 .right .tit {
	font-size: 40px;
	position: relative;
	color: #333333;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 2px solid #0F6F39;
}

.factory2 .right .tit img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-100%);
}

.factory2 .right .ms {
	margin-top: 50px;
	color: #666666;
	font-size: 16px;
	line-height: 34px;
	height: 68px;
	margin-bottom: 80px;
}

.factory2 .right .tab {}

.factory2 .right .tab a {
	margin-bottom: 60px;
	float: left;
	margin-right: 100px;
}

.factory2 .right .tab a.active {}

.factory2 .right .tab a.more3.active span {
	color: #fff;
}

.factory2 .right .tab a.more3.active::before {
	background-color: #0F6F39;
	border: 1px solid transparent;
}

.factory2 .right .tab a.more3.active::after {
	background-color: #E1252B;
	border: 1px solid transparent;
}

.factory2 .right .tab a:nth-child(2n) {
	float: right;
	margin-right: 0;
}

.c-flex1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.factory2-1 {
	background-color: #F8F8F8;
}

.factory2-1 .left {
	width: 50%;
	padding: 0 140px;
}

.factory2-1 .left .tit {
	padding-left: 50px;
	position: relative;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;

}

.factory2-1 .left .tit::before {
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(../images/idea-ico.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

.factory2-1 .left .tit i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #0F6F39;
	border-radius: 50%;
	position: relative;
	background-image: url(../images/adr-ico.png);
	background-position: center;
	background-repeat: no-repeat;
	top: 5px;
}

.factory2-1 .left .ms {
	height: 240px;
	overflow-y: auto;
	padding-right: 20px;
	margin-bottom: 40px;
}

.factory2-1 .left .ms::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
	scrollbar-arrow-color: red;

}

.factory2-1 .left .ms::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(10, 105, 56, 1);
	scrollbar-arrow-color: red;
}

.factory2-1 .left .ms::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(204, 204, 204, 1);
}

.factory2-1 .left .ms p {
	color: #666;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 40px;
}

.factory2-1 .right {
	width: 50%;
	overflow: hidden;
}

.factory2-1 .right img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.factory2-1 .right:hover img {
	transform: scale(1.05);
}

.factory2-1 .swiper-container .btn {
	position: absolute;
	z-index: 5;
	left: 140px;
	bottom: 60px;
}

.factory2-1 .swiper-container .btn a {
	display: inline-block;
}

.factory2-1 .swiper-container .btn a.prev {
	width: 90px;
	height: 49px;
	background-image: url(../images/anniu-bg2.png);
	position: relative;
	transition: background-image .3s;
}

.factory2-1 .swiper-container .btn a.prev::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/prev-ico2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -6px;
	transition: background-image .3s;
}

.factory2-1 .swiper-container .btn a.next {
	width: 90px;
	height: 49px;
	background-image: url(../images/anniu-bg2.png);
	position: relative;
	transition: background-image .3s;
}

.factory2-1 .swiper-container .btn a.next::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/next-ico2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -6px;
	transition: background-image .3s;
}

.factory2-1 .swiper-container .btn a.prev:hover,
.factory2-1 .swiper-container .btn a.next:hover {
	background-image: url(../images/anniu-bg3.png);
}

.factory2-1 .swiper-container .btn a.prev:hover::before {
	background-image: url(../images/prev-ico3.png);
}

.factory2-1 .swiper-container .btn a.next:hover::before {
	background-image: url(../images/next-ico3.png);
}

@media only screen and (max-width: 768px) {
	.c-modal-dialog {
		width: 94%;
	}

	.c-modal-dialog .video {
		width: 100%;
		height: auto;
		padding-bottom: 56.25%;
		position: relative;
	}

	.c-modal-dialog .video-js {
		position: absolute;
	}

	.c-modal-dialog .search {
		margin: 0 auto;
	}

	.c-modal-dialog .search .input {
		height: 54px;
		line-height: 54px;
	}

	.c-modal-dialog .search .submit {
		width: 54px;
		height: 54px;
		background-size: 24px;
	}
}


.client-2 {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}

.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}

.client-2 li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
	padding-top: 6px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 62px;
	height: 47px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #0c6db2;
	color: #fff;
	height: 53px;
	width: 230px;
	padding:9px 0 0;
	float: left;
	box-sizing: unset;
}

.client-2 .my-kefu-main {
	background: #0c6db2;
	width: 97px;
	height: 53px;
	position: relative;
	padding:9px 0 0;
	float: left;
	box-sizing: unset;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
	box-sizing: unset;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

@media (max-width: 1440px){
	header {
		padding: 0 20px 0 30px
	}
	header .nav ul li a {
		padding: 0 10px;
	}
}